- eliminated 's in page_header.html

This commit is contained in:
Stephan Hadan 2025-01-28 10:17:29 +01:00
parent d654868451
commit a8e9812999

View file

@ -1,6 +1,6 @@
<header>
<nav>
<h1><a href="/">@{{ .Site.Params.Author.handle }}</a>s {{ .Site.Title }}.</h1>
<h1><a href="/">@{{ .Site.Params.Author.handle }}</a> {{ .Site.Title }}.</h1>
<div class="menu">
{{ if isset .Site.Params "rsssections" }}
{{ $.Scratch.Add "sections" .Site.Params.rsssections }}