add automatic copyright year
This commit is contained in:
parent
6cc0a5d461
commit
0ac12ab2f1
@ -27,8 +27,7 @@ params:
|
|||||||
- media/zeichnung.webp
|
- media/zeichnung.webp
|
||||||
impressumURL: pages/impressum
|
impressumURL: pages/impressum
|
||||||
dseURL: pages/datenschutz
|
dseURL: pages/datenschutz
|
||||||
copyright: "Copyright © 2023 Georg-Cantor-Gymnasium Halle (Saale). Made
|
copyright: 'Georg-Cantor-Gymnasium Halle (Saale). Made with :heart: and [Hugo](https://gohugo.io).'
|
||||||
with :heart: and [Hugo](https://gohugo.io)."
|
|
||||||
plugins:
|
plugins:
|
||||||
css:
|
css:
|
||||||
- https://assets.cantorgymnasium.de/bootstrap/v5/css/bootstrap.min.css
|
- https://assets.cantorgymnasium.de/bootstrap/v5/css/bootstrap.min.css
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-7 text-sm-start text-center">
|
<div class="col-sm-7 text-sm-start text-center">
|
||||||
<p class="mb-0 text-white text-opacity-50">{{ .Site.Params.copyright | markdownify | emojify }}</p>
|
<p class="mb-0 text-white text-opacity-50">Copyright © {{ time.Format "2006" now }} {{ .Site.Params.copyright | markdownify | emojify }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-5 text-sm-end text-center">
|
<div class="col-sm-5 text-sm-end text-center">
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user