From a46f4f7da4c42adf64b67d1510c579d093cf90ba Mon Sep 17 00:00:00 2001 From: Nathan Biller Date: Thu, 10 Oct 2019 22:05:58 -0400 Subject: [PATCH] updated variables per request by @stefma --- exampleSite/config.yaml | 2 +- layouts/partials/footer.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }}