diff options
Diffstat (limited to 'site/layouts/partials/footer.html')
| -rw-r--r-- | site/layouts/partials/footer.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 41928f9..b69672e 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" "facebook.com" "svg" "500px") }} - {{ partial "social-icon" (dict "link" "facebook.com" "svg" "Airbnb") }} - {{ partial "social-icon" (dict "link" "facebook.com" "svg" "Facebook") }} - {{ partial "social-icon" (dict "link" "facebook.com" "svg" "Amazon") }} + {{ 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") }} </ul> </div> |
