aboutsummaryrefslogtreecommitdiff
path: root/src/views/blog/list.ecr
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/blog/list.ecr')
-rw-r--r--src/views/blog/list.ecr27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/views/blog/list.ecr b/src/views/blog/list.ecr
deleted file mode 100644
index 240a384..0000000
--- a/src/views/blog/list.ecr
+++ /dev/null
@@ -1,27 +0,0 @@
-<%
- # deprecated: replaced with theme templates
-%><!DOCTYPE html>
-<html lang='en-US'>
- <head>
- <meta charset="utf-8"/>
- <title><%=
- h(TITLE)
- %></title>
-
- <%
- # TODO: add theme styles
- %>
- </head>
-
- <body>
- <b>blog list</b>
-
- <div class='posts'><%=
- posts
- %></div><!-- posts -->
- </body>
-
- <%
- # TODO: add theme scripts
- %>
-</html>