aboutsummaryrefslogtreecommitdiff
path: root/src/views/blog/list.ecr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-07-27 23:44:23 -0400
committerPaul Duncan <pabs@pablotron.org>2016-07-27 23:44:23 -0400
commit339db10b8466bf30db0597c804ae043286d6fce4 (patch)
treeec254815e190189be15e6b7363ac6f42ab23a814 /src/views/blog/list.ecr
parent832adab4342c407db2b17e93eda60dcaaf4a97dd (diff)
downloadguff-339db10b8466bf30db0597c804ae043286d6fce4.tar.bz2
guff-339db10b8466bf30db0597c804ae043286d6fce4.zip
remove old views
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>