mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Update site-footer.html
Change footer to allow changing the copyright.
This commit is contained in:
parent
df580d0bcb
commit
8334941578
@ -1,8 +1,8 @@
|
|||||||
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
|
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
|
<div class="f4 fw4 white-70 dn dib-ns pv2 ph3">
|
||||||
© {{ now.Format "2006" }} {{ .Site.Title }}
|
{{ with .Site.Params.copyright }}{{. | safeHTML}}{{ else }}© {{ now.Format "2006"}}. All rights reserved. {{end}} <a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}"> {{ .Site.Title }} </a>
|
||||||
</a>
|
</div>
|
||||||
<div>{{ partial "social-follow.html" . }}</div>
|
<div>{{ partial "social-follow.html" . }}</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user