diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 10:56:50 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 10:56:50 -0600 |
commit | 3e67823205a59420d60efe536d4319fd7f1e457a (patch) | |
tree | 5d494137a13c89a541ced5c71a7c7c99698bc420 /srv/src/http/tpl | |
parent | e92f59fc7ff48a65582fc03e192ac0b8d27aebec (diff) |
Hide tag picker for now
Diffstat (limited to 'srv/src/http/tpl')
-rw-r--r-- | srv/src/http/tpl/index.html | 2 |
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"> |