aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/footer.html
diff options
context:
space:
mode:
authorBenaiah Mischenko <benaiah@mischenko.com>2017-12-05 13:56:58 -0800
committerBenaiah Mischenko <benaiah@mischenko.com>2017-12-06 16:49:22 -0800
commit45e189f1b733d9a56404c506fbb21bca3d5cfdc3 (patch)
treeb1815357d4b1b6891f3cc1b6453b0a8ef6d844c2 /site/layouts/partials/footer.html
parent2db9a63c54df63e95c1fbf39391d201c98a62b86 (diff)
Add new page definitions and move all images to media library
Diffstat (limited to 'site/layouts/partials/footer.html')
-rw-r--r--site/layouts/partials/footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html
index b69672e..5547c82 100644
--- a/site/layouts/partials/footer.html
+++ b/site/layouts/partials/footer.html
@@ -36,10 +36,10 @@
<div>
<h3 class="f4 b lh-title mb2 primary">Social media</h3>
<ul class="mhn2">
- {{ partial "social-icon" (dict "link" "#" "svg" "facebook") }}
- {{ partial "social-icon" (dict "link" "#" "svg" "twitter") }}
- {{ partial "social-icon" (dict "link" "#" "svg" "instagram") }}
- {{ partial "social-icon" (dict "link" "#" "svg" "vimeo") }}
+ {{ partial "social-icon" (dict "link" "#" "svg" "icons-facebook") }}
+ {{ partial "social-icon" (dict "link" "#" "svg" "icons-twitter") }}
+ {{ partial "social-icon" (dict "link" "#" "svg" "icons-instagram") }}
+ {{ partial "social-icon" (dict "link" "#" "svg" "icons-vimeo") }}
</ul>
</div>