Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lucperkins/hugo-fresh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Biller <n.d.biller@gmail.com>2019-10-11 05:05:58 +0300
committerNathan Biller <n.d.biller@gmail.com>2019-10-11 05:05:58 +0300
commita46f4f7da4c42adf64b67d1510c579d093cf90ba (patch)
treec6555bfb8246927161726eb9bc837d82b6659ad8
parent837e50d01096c8d04df36ebcea684d0597da1398 (diff)
updated variables per request by @stefma
-rw-r--r--exampleSite/config.yaml2
-rw-r--r--layouts/partials/footer.html4
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" }}
<footer class="footer footer-dark">
<div class="container">
<div class="columns">
@@ -33,7 +33,7 @@
<div class="column">
<div class="footer-column">
<div class="footer-header">
- <h3>{{ $followUs }}</h3>
+ <h3>{{ $socialMediaTitle }}</h3>
<nav class="level is-mobile">
<div class="level-left">
{{- range $socialMedia }}