Logo entfernt + Links design angepasst
All checks were successful
release-tag / release-image (push) Successful in 1m56s

This commit is contained in:
2025-05-06 12:16:18 +02:00
parent b2dc65e024
commit 0fb3924382
5 changed files with 13 additions and 15 deletions

View File

@@ -2,10 +2,10 @@
{{ define "body" }}
<article>
<p><a href="/">Zurück zur Übersicht</a></p>
<p><a class="no-underline" href="/">Zurück zur Übersicht</a></p>
<h1>{{ .Title }}</h1>
<div class="article-content">{{ .Body }}</div>
<p><a href="/">Zurück</a></p>
<p><a class="no-underline" href="/">Zurück</a></p>
</article>
{{ end }}