27 lines
1.7 KiB
HTML

<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
{{ with .Site.Params.social.github }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-github"><span class="label">Github</span></a></li>{{end}}
{{ with .Site.Params.social.twitter }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>{{end}}
{{ with .Site.Params.social.instagram }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>{{end}}
{{ with .Site.Params.social.linkedin }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>{{end}}
{{ with .Site.Params.social.email }}<li><a target="_blank" href="mailto:{{.}}" class="fav icon style2 fa-envelope"><span class="label">Email</span></a></li>{{end}}
</ul>
{{ with .Site.Params.imprint }}
<a href="{{ .Site.BaseURL }}/{{ .url }}">{{ .label }}</a>
{{ end }}
{{ with .Site.Params.privacy }}
<a href="{{ .Site.BaseURL }}/{{ .url }}">{{ .label }}</a>
{{ end }}
<p>{{ .Site.Title }} &copy; {{ .Site.Copyright }} <span class="footerspacer icon fa-diamond"></span>
Adopted from <a target="_blank" href="https://github.com/caressofsteel/hugo-story/">Hugo-Story</a> by caressofsteel<span class="footerspacer icon fa-diamond"></span>
Images courtesy of <a target="_blank" href="https://unsplash.com">Unsplash</a></p>
</div>
</footer>
<!-- FontAwesome JS -->
{{ range .Site.Params.asset.fontawesome_js -}}
<script type="text/javascript" src="{{ . | absURL }}"></script>
{{- end }}