summaryrefslogtreecommitdiff
path: root/templates/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/posts.html')
-rw-r--r--templates/posts.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/posts.html b/templates/posts.html
deleted file mode 100644
index c68fb73..0000000
--- a/templates/posts.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{{template "base" .}}
-{{define "content"}}
-<h1>posts</h1>
-<ul>
- {{range .Posts}}
- <li><a href="{{.Path}}">{{.Title}}</a></li>
-{{end}}
-</ul>
-{{end}}