From 955d28062d6926b5ba30b4e306715e3b0454bd1b Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 27 Jul 2016 21:59:34 -0400 Subject: use theme templates for blog-list-item --- src/views/blog/list-item.ecr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/views') 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 @@ -
+<% + # deprecated: replaced with theme templates +%>
<%= h(@item["name"]) %>
by <%= h(@item["user_name"]) %> -- cgit v1.2.3