summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-25 21:06:07 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-25 21:06:07 +0100
commit0c81b8cd8dbe434852032ca44a45bde9c9dcb1c8 (patch)
treef313058a7ee5aecc850cbcefe4d71a34dc1363cb /layouts
parentd5f140f3ede89b6fe1b6e29231b9842726b89d10 (diff)
update
Diffstat (limited to 'layouts')
-rw-r--r--layouts/tags/list.html2
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"}}