diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-07-27 21:59:34 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-07-27 21:59:34 -0400 |
commit | 955d28062d6926b5ba30b4e306715e3b0454bd1b (patch) | |
tree | 12420ea4c7332fbbb48e086c46efd95ba193c8a6 /src/views/blog/list-item.ecr | |
parent | e3805c06a5ac24faaf791a2502c7dcdde843cc2a (diff) | |
download | guff-955d28062d6926b5ba30b4e306715e3b0454bd1b.tar.bz2 guff-955d28062d6926b5ba30b4e306715e3b0454bd1b.zip |
use theme templates for blog-list-item
Diffstat (limited to 'src/views/blog/list-item.ecr')
-rw-r--r-- | src/views/blog/list-item.ecr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/views/blog/list-item.ecr b/src/views/blog/list-item.ecr index 23b868e..9a3bc72 100644 --- a/src/views/blog/list-item.ecr +++ b/src/views/blog/list-item.ecr @@ -1,4 +1,6 @@ -<div class='post'> +<% + # deprecated: replaced with theme templates +%><div class='post'> <b><%= h(@item["name"]) %></b><br/> <b> by <%= h(@item["user_name"]) %> |