Add exampleSite and footer updates

This commit is contained in:
athul
2020-04-11 01:11:05 +05:30
parent 58d02550f1
commit dd1c9af419
21 changed files with 782 additions and 5 deletions

View File

@ -1,7 +1,12 @@
<footer>
<a href="https://github.com/athul">GitHub</a> |
{{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie-theme">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
{{- range $index, $key := .Site.Params.Social -}}
<a href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>|
{{- end -}}
{{ 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 }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
<script>
feather.replace()
</script>