fix(wiki): Fuss als div statt footer — globales footer{} färbte ihn schwarz

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 12:30:54 +02:00
parent 0f574bf8a7
commit 3dd8d5edd4
+2 -2
View File
@@ -22,12 +22,12 @@
{{ .Content }}
</div>
<footer class="wiki-foot">
<div class="wiki-foot">
{{ if .Lastmod }}<span>Zuletzt bearbeitet am {{ .Lastmod.Format "02.01.2006" }}</span>{{ end }}
{{ with .File }}
<a href="{{ site.Params.repoURL }}/_edit/branch/main/content/{{ .Path }}" rel="nofollow">bearbeiten ↗</a>
{{ end }}
</footer>
</div>
</article>
</div>
{{ end }}