website/layouts/partials/footer.html

24 lines
933 B
HTML

<footer>
<div style="display:flex">
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
<!--<a class="border"></a>-->
{{- end -}}
<!--<i data-feather="more-vertical"></i>
{{- range $index, $key := .Site.Params.External -}}
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>-->
<!--<a class="border"></a>-->
<!--{{- end -}}-->
</div>
<!--<div class="footer-info">
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} <i data-feather="coffee"></i> {{ . }} | {{ end }} Built with <a href="https://gohugo.io">Hugo</a> and <a
href="https://github.com/athul/archie">Archie Theme</a>
</div>-->
</footer>
<!--{{- if (isset .Site.Params "social") -}}-->
<script>
feather.replace()
</script>
<!--{{- end -}}-->