diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-21 12:57:23 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:57 -0400 |
commit | f615e3018c29b3a9e7657c9d73b4c766814d802f (patch) | |
tree | 65b2f9a13d85c1c6d0a6abed124ab0e06707452e | |
parent | b3f9b653fb44f1077a2cd2d16ecd4c801c38aacc (diff) |
Remove commented elements that cause server errors
-rw-r--r-- | md/POST_TEMPLATE.tmpl.html | 8 |
1 files changed, 0 insertions, 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}} |