aboutsummaryrefslogtreecommitdiff
path: root/md/POST_TEMPLATE.tmpl.html
diff options
context:
space:
mode:
authorAlex <alex@scerba.org>2024-03-13 17:09:48 -0400
committerAlex Scerba <alex@scerba.org>2024-10-29 13:20:01 -0400
commitf97d476b495126fd2474b8e3a2968658395d2a0f (patch)
tree866ce2531ea9ada192e01faeecd42fc02bc5b0c1 /md/POST_TEMPLATE.tmpl.html
parent99d92792daedc0501886edc7c4e4a9f3768f9b8a (diff)
Complete restructure
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}}