NavBar Updates

This commit is contained in:
athul
2020-04-12 20:31:09 +05:30
parent b22ea86f5e
commit 7d19d8b66a
5 changed files with 32 additions and 6 deletions

View File

@ -1,4 +1,7 @@
<footer>
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>|
{{- end -}} ⚡️
{{ .Date.Year}} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</footer>
{{ if not .Site.IsServer }}