aboutsummaryrefslogtreecommitdiff
path: root/md/POST_TEMPLATE.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'md/POST_TEMPLATE.tmpl.html')
-rw-r--r--md/POST_TEMPLATE.tmpl.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/md/POST_TEMPLATE.tmpl.html b/md/POST_TEMPLATE.tmpl.html
deleted file mode 100644
index cca9a30..0000000
--- a/md/POST_TEMPLATE.tmpl.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{define "title"}}{{.Post.Title}}{{end}}
-{{define "description"}}$description${{end}}
-{{define "keywords"}}$tags${{end}}
-{{ define "canonical" }}$canonical${{end}}
-
-{{define "main"}}
-<h1>$page$</h1>
-<div class="postBackground">
- <article class="$type$Content">
- <h2>{{.Post.Title}}</h2>
- $body$
- <p>Uploaded: <time datetime="$date$">$date$</time></p>
- </article>
-</div>
-{{end}}