aboutsummaryrefslogtreecommitdiff
path: root/src/views/blog
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/blog')
-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"]) %>