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

@@ -5,7 +5,7 @@
{{ if .Cover }}
<img class="hero" src="{{ .Cover }}" alt="">
{{ end }}
<p><a href="/">Zurück zur Übersicht</a></p>
<p><a class="no-underline" href="/">Zurück zur Übersicht</a></p>
<h1>{{ .Title }}</h1>
<time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "02.01.2006" }}</time>
@@ -13,7 +13,7 @@
{{ .Body }}
</div>
<p><a href="/">Zurück zur Übersicht</a></p>
<p><a class="no-underline" href="/">Zurück zur Übersicht</a></p>
</article>
{{ end }}