From cda5c1781c7d679ee1770e6da0e5735b8986d828 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 15 May 2024 11:48:51 -0400 Subject: [PATCH] Updating my plausible footer --- config.toml | 7 ++++++- layouts/partials/extended_footer.html | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index e3fa6a9..1931119 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://blog.ndumas.com" +BaseURL = "https://blog.ndumas.com" languageCode = "en-us" title = 'form and function' # Add it only if you keep the theme in the `themes` directory. @@ -79,6 +79,11 @@ enableGitInfo = true creator = "" site = "" +[params.mastodon] + handle = "@nickdumas@fosstodon.org" + site = "https://fosstodon.org/@nickdumas" + + [languages] [languages.en] languageName = "English" diff --git a/layouts/partials/extended_footer.html b/layouts/partials/extended_footer.html index 3491438..cd190fb 100644 --- a/layouts/partials/extended_footer.html +++ b/layouts/partials/extended_footer.html @@ -1,3 +1,2 @@ {{ $trimmedURL := trim (index (split .Site.BaseURL "://") 1) "/" }} -