Fix footer year
This commit is contained in:
parent
e5ac32f9a4
commit
2e16a97e89
1 changed files with 9 additions and 0 deletions
9
layouts/partials/footer.html
Normal file
9
layouts/partials/footer.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div class="footer wrapper">
|
||||
<nav class="nav">
|
||||
<div>{{ now.Year }} {{ with .Site.Copyright }} {{ . | safeHTML }} {{ end }}</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
{{- with .Site.Params.Social -}}
|
||||
<script>feather.replace()</script>
|
||||
{{- end -}}
|
Reference in a new issue