You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
386 B
10 lines
386 B
<div class="footer wrapper">
|
|
<nav class="nav">
|
|
<div>{{ .Date.Year}} {{ with .Site.Copyright }} {{ . | safeHTML }} | {{ end }} <a href="https://github.com/knadh/hugo-ink">Ink</a> theme on <a href="https://gohugo.io">Hugo</a></div>
|
|
</nav>
|
|
</div>
|
|
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
{{- with .Site.Params.Social -}}
|
|
<script>feather.replace()</script>
|
|
{{- end -}}
|
|
|