add copyright to footer
This commit is contained in:
parent
c106c0e406
commit
681e009eec
|
@ -1,7 +1,7 @@
|
||||||
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
|
<footer class="bg-near-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 }}" >
|
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
|
||||||
{{ .Site.Title }}
|
© {{ .Now.Format "2006" }} {{ .Site.Title }}
|
||||||
</a>
|
</a>
|
||||||
{{ partial "social-follow.html" . }}
|
{{ partial "social-follow.html" . }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -42,4 +42,3 @@ TODO:
|
||||||
- ADD INSTRUCTIONS
|
- ADD INSTRUCTIONS
|
||||||
- small dummy copyright notice with a formatted date could be added
|
- small dummy copyright notice with a formatted date could be added
|
||||||
- fix hard-coded link to section https://github.com/budparr/gohugo-default-theme/blob/master/layouts/index.html#L32
|
- fix hard-coded link to section https://github.com/budparr/gohugo-default-theme/blob/master/layouts/index.html#L32
|
||||||
make thumbnails png
|
|
||||||
|
|
Loading…
Reference in a new issue