diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 45f7d3f..87852d3 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -114,7 +114,7 @@ params: # Logo (from /images/logos/___) logo: fresh-white-alt.svg # Social Media Title - socialmediatext: Follow Us + 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 576bd23..17e4a73 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,7 +3,7 @@ {{- $quickLinks := index $footer "quicklinks" }} {{- $socialMedia := index $footer "socialmedia" }} {{- $bulmaLogo := index $footer "bulmalogo" }} -{{- $followUs := index $footer "socialmediatext" }} +{{- $socialMediaTitle := index $footer "socialmediatitle" }}