Merge pull request #88 from nathanbiller/variablizeFooterFollowUsText-48
Added a variable to the config file for Follow Us text and then added…
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{{- $quickLinks := index $footer "quicklinks" }}
|
||||
{{- $socialMedia := index $footer "socialmedia" }}
|
||||
{{- $bulmaLogo := index $footer "bulmalogo" }}
|
||||
{{- $socialMediaTitle := index $footer "socialmediatitle" }}
|
||||
<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>{{ $socialMediaTitle }}</h3>
|
||||
<nav class="level is-mobile">
|
||||
<div class="level-left">
|
||||
{{- range $socialMedia }}
|
||||
|
||||
Reference in New Issue
Block a user