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) "/" }} -