This commit is contained in:
2026-05-18 14:37:23 +02:00
parent b2ce6ea00b
commit b18ec1c34b

View File

@@ -7,13 +7,13 @@
{{ if .Description }}
<meta name="description" content="{{ .Description }}">
{{ end }}
<title>{{ block "title" . }}B1tsblog{{ end }}</title>
<title>{{ block "title" . }}##Blog-Name##{{ end }}</title>
<link rel="icon" type="image/vnd.icon" href="/static/img/favicon.ico">
<link rel="stylesheet" href="/static/main.css">
</head>
<body>
<header>
<h1><a href="/" class="no-underline">B1tsblog</a></h1>
<h1><a href="/" class="no-underline">##Blog-Name##</a></h1>
<nav class="main-nav">
<ul>
<li><a class="no-underline" href="/">Start</a></li>
@@ -30,7 +30,7 @@
</main>
<footer class="wrapper">
© {{ now.Year }} · Jan Bergner / B1tsBlog
© {{ now.Year }} · ##Blog-Name##
<hr>
Ich verzichte auf Cookies, affiliate Links, Tracking und die Einbindung von Drittanbieter-Diensten.
</footer>