Initial commit

This commit is contained in:
Avijit 🚀
2021-05-22 10:47:28 +02:00
commit a4d7d1215b
35 changed files with 1578 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<div class="footer wrapper">
<nav class="nav">
<div>{{ dateFormat "2006" now }} {{ 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 -}}