site/themes/ezhil/layouts/partials/footer.html

10 lines
316 B
HTML
Raw Normal View History

2022-10-03 20:27:19 -07:00
<div class="footer wrapper">
<nav class="nav">
2024-04-03 00:23:31 -07:00
<div>{{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
2022-10-03 20:27:19 -07:00
</nav>
</div>
{{- with .Site.Params.Social -}}
<script>feather.replace()</script>
{{- end -}}