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 }}