summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/post.html b/templates/post.html
deleted file mode 100644
index 0a6cc6e..0000000
--- a/templates/post.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{{template "base" .}}
-{{define "content"}}
-<h1>{{.Title}}</h1>
-{{ .Post }}
-{{end}}
-