Added a variable to the config file for Follow Us text and then added this variable in place of the hardcoded english version.

This commit is contained in:
Nathan Biller
2019-10-08 10:15:45 -04:00
parent c42cd92384
commit 837e50d010
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
{{- $quickLinks := index $footer "quicklinks" }}
{{- $socialMedia := index $footer "socialmedia" }}
{{- $bulmaLogo := index $footer "bulmalogo" }}
{{- $followUs := index $footer "socialmediatext" }}
<footer class="footer footer-dark">
<div class="container">
<div class="columns">
@@ -32,7 +33,7 @@
<div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>Follow Us</h3>
<h3>{{ $followUs }}</h3>
<nav class="level is-mobile">
<div class="level-left">
{{- range $socialMedia }}