]> juplo.de Git - website/commit
.Scratch durch .Store ersetzt; Copyright-Jahr in baseof.html dynamisch
authorKai Moritz <kai.milan.moritz@googlemail.com>
Wed, 3 Jun 2026 21:37:05 +0000 (21:37 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Wed, 3 Jun 2026 22:09:19 +0000 (22:09 +0000)
commit5001b1d1021d80ffc125cdd54644536d9210f5a5
treed4eecc7afc96e9f16abd8eeed1ad886e038d8091
parent7846b511e0777c1c1f4cde80597394d38092369e
.Scratch durch .Store ersetzt; Copyright-Jahr in baseof.html dynamisch

- baseof.html: .Scratch.Get durch .Store.Get ersetzt (.Scratch ist seit
  Hugo v0.116 deprecated; .Store ist der offizielle Nachfolger mit
  identischer API). Copyright-Zeile zeigt jetzt Jahr via {{ now.Year }}
  und Name via params.copyrightShort (Fallback: site.Copyright).
- Shortcodes footerlinks, marginalcontent-html, marginalcontent-md:
  .Page.Scratch.Add/.Set durch .Page.Store.Add/.Set ersetzt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
layouts/_shortcodes/footerlinks.html
layouts/_shortcodes/marginalcontent-html.html
layouts/_shortcodes/marginalcontent-md.html
layouts/baseof.html