From 7e49caa5f37ac69b9196dd5694f1563c5d34452a Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 11 Mar 2020 09:04:12 +0100 Subject: [PATCH] me links --- config.yml | 2 +- themes/xsfx/layouts/partials/footer.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index fbca78e..d302c19 100644 --- a/config.yml +++ b/config.yml @@ -8,7 +8,7 @@ params: AuthorName: "Marvin Preuss" mainSections: - "posts" - links: + me: github: https://github.com/xsteadfastx/ twitter: https://twitter.com/xsteadfastx mastodon: https://chaos.social/@xsteadfastx diff --git a/themes/xsfx/layouts/partials/footer.html b/themes/xsfx/layouts/partials/footer.html index 46651cc..3ad7526 100644 --- a/themes/xsfx/layouts/partials/footer.html +++ b/themes/xsfx/layouts/partials/footer.html @@ -5,8 +5,8 @@ {{ range where .Site.RegularPages "Type" "pages"}}
{{ .Title }}
{{ end }} - {{ range $name, $url := .Site.Params.links}} -
{{ $name }}
+ {{ range $name, $url := .Site.Params.me}} +
{{ $name }}
{{ end }}