summaryrefslogtreecommitdiff
path: root/srv/src
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-05-21 10:56:50 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-05-21 10:56:50 -0600
commit3e67823205a59420d60efe536d4319fd7f1e457a (patch)
tree5d494137a13c89a541ced5c71a7c7c99698bc420 /srv/src
parente92f59fc7ff48a65582fc03e192ac0b8d27aebec (diff)
Hide tag picker for now
Diffstat (limited to 'srv/src')
-rw-r--r--srv/src/http/tpl/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/srv/src/http/tpl/index.html b/srv/src/http/tpl/index.html
index c75affc..5b268b7 100644
--- a/srv/src/http/tpl/index.html
+++ b/srv/src/http/tpl/index.html
@@ -1,11 +1,13 @@
{{ define "body" }}
+ <!--
<p>
By Tag:
{{ range .Payload.Tags }}
<a href="{{ BlogURL "/" }}?tag={{ . }}">{{ . }}</a>
{{ end }}
</p>
+ -->
<ul id="posts-list">