Hide tag picker for now

main
Brian Picciano 2 years ago
parent e92f59fc7f
commit 3e67823205
  1. 2
      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">

Loading…
Cancel
Save