aboutsummaryrefslogtreecommitdiff
path: root/src/views/blog/list-item.ecr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-07-27 21:59:34 -0400
committerPaul Duncan <pabs@pablotron.org>2016-07-27 21:59:34 -0400
commit955d28062d6926b5ba30b4e306715e3b0454bd1b (patch)
tree12420ea4c7332fbbb48e086c46efd95ba193c8a6 /src/views/blog/list-item.ecr
parente3805c06a5ac24faaf791a2502c7dcdde843cc2a (diff)
downloadguff-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.ecr4
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"]) %>