Fixed current year in site footer

master
Christoph 4 years ago
parent 7ca5c2e2b5
commit 92641290de
  1. 3
      themes/hugo-geekblog/layouts/partials/site-footer.html

@ -23,7 +23,8 @@
</section> </section>
<section class="flex flex-wrap align-center"> <section class="flex flex-wrap align-center">
<span class="gblog-footer__item"> <span class="gblog-footer__item">
Built with <a href="https://gohugo.io/" class="gblog-footer__link">Hugo</a>. Copyright &copy; 1998 - 2021 Linux User Group Frankfurt (FraLUG) e.V. Built with <a href="https://gohugo.io/"
class="gblog-footer__link">Hugo</a>. Copyright &copy; 1998 - {{ .Now.Year }} Linux User Group Frankfurt (FraLUG) e.V.
</span> </span>
</section> </section>
{{ with .Site.Params.GeekblogHostedOn }} {{ with .Site.Params.GeekblogHostedOn }}

Loading…
Cancel
Save