diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 07c1832..8a1babe 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -117,6 +117,8 @@ params: footer: # Logo (from /images/logos/___) logo: fresh-white-alt.svg + # Social Media Title + socialmediatitle: Follow Us # Social media links (GitHub, Twitter, etc.). All are optional. socialmedia: - link: https://github.com/lucperkins/github-fresh diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 71b9bd6..17e4a73 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,6 +3,7 @@ {{- $quickLinks := index $footer "quicklinks" }} {{- $socialMedia := index $footer "socialmedia" }} {{- $bulmaLogo := index $footer "bulmalogo" }} +{{- $socialMediaTitle := index $footer "socialmediatitle" }}