From f615e3018c29b3a9e7657c9d73b4c766814d802f Mon Sep 17 00:00:00 2001
From: thinkpadmaster <a.scerba02@gmail.com>
Date: Fri, 21 Jul 2023 12:57:23 -0500
Subject: Remove commented elements that cause server errors

---
 md/POST_TEMPLATE.tmpl.html | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/md/POST_TEMPLATE.tmpl.html b/md/POST_TEMPLATE.tmpl.html
index e70f2e1..3383456 100644
--- a/md/POST_TEMPLATE.tmpl.html
+++ b/md/POST_TEMPLATE.tmpl.html
@@ -8,13 +8,5 @@
   <h2>{{range .Contents}}{{ .Title }}{{end}}</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}}
-- 
cgit v1.2.3