diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-25 21:06:07 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-25 21:06:07 +0100 |
commit | 0c81b8cd8dbe434852032ca44a45bde9c9dcb1c8 (patch) | |
tree | f313058a7ee5aecc850cbcefe4d71a34dc1363cb /layouts | |
parent | d5f140f3ede89b6fe1b6e29231b9842726b89d10 (diff) |
update
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/tags/list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/tags/list.html b/layouts/tags/list.html index 1c71a59..2cc29e7 100644 --- a/layouts/tags/list.html +++ b/layouts/tags/list.html @@ -1,9 +1,11 @@ {{ define "main" }} +{{ .Content }} <main> <div> <h2>{{ .Title }}</h2> + <p><a href="/stream/">Stream</a> pages can also receive tags.</p> <ul> {{ range .Pages }} {{ if eq .Section "stream"}} |