Fix footer year display
This commit is contained in:
parent
2a96fe8b32
commit
89e54c6286
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@
|
||||||
Toha theme {{ $tohaVersion }}
|
Toha theme {{ $tohaVersion }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 text-center">{{ $copyrightNotice | markdownify }}</div>
|
<div class="col-md-4 text-center">{{ replace $copyrightNotice "{year}" now.Year | markdownify }}</div>
|
||||||
<div class="col-md-4 text-end">
|
<div class="col-md-4 text-end">
|
||||||
<a id="hugo" href="https://gohugo.io/" target="_blank" rel="noopener">{{ i18n "hugoAttributionText" }}
|
<a id="hugo" href="https://gohugo.io/" target="_blank" rel="noopener">{{ i18n "hugoAttributionText" }}
|
||||||
<img
|
<img
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue