diff options
Diffstat (limited to 'src/views/blog/post.ecr')
-rw-r--r-- | src/views/blog/post.ecr | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/views/blog/post.ecr b/src/views/blog/post.ecr deleted file mode 100644 index 08ac564..0000000 --- a/src/views/blog/post.ecr +++ /dev/null @@ -1,32 +0,0 @@ -<% - # deprecated: switched to theme templates -%><!DOCTYPE html> -<html lang='en-US'> - <head> - <meta charset="utf-8"/> - <title><%= - h(@item["name"]) - %></title> - - <% - # TODO: add theme styles - %> - </head> - - <body> - <b>blog post</b> - - <div class='post'> - <b><%= h(@item["name"]) %></b><br/> - <b> - by <%= h(@item["user_name"]) %> - on <%= h(@item["posted_at_text"]) %> - </b><br/><br/> - <%= @item["body"] %> - </div> - </body> - - <% - # TODO: add theme scripts - %> -</html> |