10 lines
316 B
HTML
10 lines
316 B
HTML
<div class="footer wrapper">
|
|
<nav class="nav">
|
|
<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>
|
|
</nav>
|
|
</div>
|
|
|
|
{{- with .Site.Params.Social -}}
|
|
<script>feather.replace()</script>
|
|
{{- end -}}
|