Update copyright notice on example site
This commit is contained in:
parent
2852ac6867
commit
48554368c5
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ baseURL = "https://risotto.joeroe.io"
|
||||||
theme = "risotto"
|
theme = "risotto"
|
||||||
title = "risotto demo"
|
title = "risotto demo"
|
||||||
author = "Joe Roe"
|
author = "Joe Roe"
|
||||||
copyright = "© 2021 Joe Roe"
|
copyright = "© 2021–2022 [Joe Roe](https://joeroe.io) & [risotto contributors](https://github.com/joeroe/risotto/graphs/contributors)."
|
||||||
paginate = 3
|
paginate = 3
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,6 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</p>
|
</p>
|
||||||
<br/><br/>
|
|
||||||
<p class="copyright">{{ .Site.Copyright }}</p>
|
<p class="copyright">{{ .Site.Copyright | markdownify }}</p>
|
||||||
<p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
|
<p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue