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

github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index ab42c9e..4228eff 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,14 +1,11 @@
<!-- Footer -->
<footer id="footer">
<ul class="icons">
- <li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
- <li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
- <li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
- <li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
- <li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
- <li><a href="#" class="icon brands fa-google-plus"><span class="label">Google+</span></a></li>
+ {{ range .Site.Params.share }}
+ <li><a href="{{ .link }}" class="icon brands {{ .icon }}"><span class="label">{{ .title }}</span></a></li>
+ {{ end }}
</ul>
<ul class="copyright">
- <li>&copy; Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
+ <li>{{ .Site.Params.copyright }}</li><li>{{ .Site.Params.design | markdownify }}</li>
</ul>
</footer> \ No newline at end of file