aboutsummaryrefslogtreecommitdiff
path: root/md/BLOG_TEMPLATE.tmpl.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-07-14 00:48:02 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-07-14 00:48:02 -0500
commitedc27be504dfdf96b3af67eabe03cc48e7f5e7ea (patch)
tree33e8d7fb8b7d642ffb18c10c34044e3d1a4e4cb7 /md/BLOG_TEMPLATE.tmpl.html
parent16bfda01906d1850baaf5d55999f52159e67b2b4 (diff)
Rename to POST prefix
Diffstat (limited to 'md/BLOG_TEMPLATE.tmpl.html')
-rw-r--r--md/BLOG_TEMPLATE.tmpl.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/md/BLOG_TEMPLATE.tmpl.html b/md/BLOG_TEMPLATE.tmpl.html
deleted file mode 100644
index c1c1dbf..0000000
--- a/md/BLOG_TEMPLATE.tmpl.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{{define "title"}}{{ .Title }}{{end}}
-{{define "description"}}$description${{end}}
-{{define "keywords"}}$tags${{end}}
-
-{{define "main"}}
-<h1>$page$</h1>
-<article class="postContent">
- <h2>{{ .Title }}</h2>
- $body$
- <p>Uploaded: <time datetime="$date$">$date$</time></p>
- <!--<div class="tags">
- <h4>tags:</h4>
- <nav>
- {{ range .Tags }}
- <a href="/tags/{{ . }}">{{ . }}</a> <span>ยท</span>
- {{ end }}
- </nav>
- </div>-->
-</article>
-{{end}}