magaz/themes/archie-hellug/layouts/partials/footer.html
2022-03-23 20:14:33 +02:00

19 γραμμές
507 B
HTML

<footer>
<div style="display:flex">
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
{{- end -}}
</div>
<div class="footer-info">
<a href="https://www.hellug.gr">Hellug</a>
</div>
</footer>
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
{{- if (isset .Site.Params "social") -}}
<script>
feather.replace()
</script>
{{- end -}}