Fixed current year error in site footer

master
Christoph 4 years ago
parent 92641290de
commit 47d1099379
  1. 2
      themes/hugo-geekblog/layouts/partials/site-footer.html

@ -24,7 +24,7 @@
<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/" 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. 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