From a9ad224b1d1a2e228a9228e94a8a4c52af8026ce Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Sun, 24 Nov 2024 15:55:21 -0500 Subject: [PATCH] Add support for Octothorpes --- config.toml | 1 + themes/justatheory/layouts/partials/header.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 }}