diff --git a/config.toml b/config.toml
index bab2f943..8baec244 100644
--- a/config.toml
+++ b/config.toml
@@ -27,6 +27,7 @@ feedLimit = 32
recentTagYears = 3
icon = "/icon-512x512.png"
favicon = "/icon-64x64.png"
+octothorpes = true # https://octothorp.es
[params.mastodon]
url = "https://xoxo.zone/@theory"
diff --git a/themes/justatheory/layouts/partials/header.html b/themes/justatheory/layouts/partials/header.html
index 71230809..628d1f9e 100644
--- a/themes/justatheory/layouts/partials/header.html
+++ b/themes/justatheory/layouts/partials/header.html
@@ -14,7 +14,11 @@
-
+ {{ if and .Site.Params.octothorpes .Params.tags }}
+
+ {{- range .Params.tags }}
+
+ {{- end }}{{ end }}
{{- with .Site.Params.mastodon.url }}
{{- end }}