Hide tag picker for now
This commit is contained in:
parent
e92f59fc7f
commit
3e67823205
@ -1,11 +1,13 @@
|
|||||||
{{ define "body" }}
|
{{ define "body" }}
|
||||||
|
|
||||||
|
<!--
|
||||||
<p>
|
<p>
|
||||||
By Tag:
|
By Tag:
|
||||||
{{ range .Payload.Tags }}
|
{{ range .Payload.Tags }}
|
||||||
<a href="{{ BlogURL "/" }}?tag={{ . }}">{{ . }}</a>
|
<a href="{{ BlogURL "/" }}?tag={{ . }}">{{ . }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</p>
|
</p>
|
||||||
|
-->
|
||||||
|
|
||||||
<ul id="posts-list">
|
<ul id="posts-list">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user