all repos — archie @ d16eb6e176b6cc92b9499284eb5ca3236b30aa37

A minimal Hugo Theme

clean up footer
Marco Andronaco andronacomarco@gmail.com
Wed, 11 Jan 2023 14:31:50 +0100
commit

d16eb6e176b6cc92b9499284eb5ca3236b30aa37

parent

0bf612c85f1727b13f5013f158bd19ffdbce5450

1 files changed, 1 insertions(+), 4 deletions(-)

jump to
M layouts/partials/footer.htmllayouts/partials/footer.html

@@ -1,13 +1,10 @@

<footer> <div style="display:flex"> + <a class="border"></a> {{- 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 -}} - </div> - <div class="footer-info"> - {{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a - href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a> </div> </footer> {{ if not .Site.IsServer }}