From d8bee2acc21f800c9dda892c10a401677df1ab16 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 8 Dec 2025 00:06:52 +0100 Subject: [PATCH] Properly link mastodon profile --- config.toml | 3 +++ themes/conspiracy/layouts/_partials/head.html | 1 + themes/conspiracy/layouts/_partials/header.html | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 21dc53b..c4ddcbe 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,9 @@ title = "Home" copyright = "Jan Sebastian Götte" theme = "conspiracy" +[params] +fediverse_account = "@jaseg@chaos.social" + [taxonomies] category = "Categories" blog = "Posts" diff --git a/themes/conspiracy/layouts/_partials/head.html b/themes/conspiracy/layouts/_partials/head.html index 026a312..be59023 100644 --- a/themes/conspiracy/layouts/_partials/head.html +++ b/themes/conspiracy/layouts/_partials/head.html @@ -5,6 +5,7 @@ + {{- $stylesheet := resources.Get "css/style.css" | resources.ExecuteAsTemplate "style.css" . }} diff --git a/themes/conspiracy/layouts/_partials/header.html b/themes/conspiracy/layouts/_partials/header.html index 0b9ea44..9dfaa04 100644 --- a/themes/conspiracy/layouts/_partials/header.html +++ b/themes/conspiracy/layouts/_partials/header.html @@ -17,7 +17,7 @@
{{- range site.Params.profile_links }} - {{ .name }} + {{ .name }} {{- end }}