fix: landing page layout — centered h2s, constrained width, data-landing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ludo 2026-04-11 21:29:20 +02:00
parent c469e69750
commit fa9190abe1
Signed by: ludo
GPG key ID: F6E479DEFAB84D6E
2 changed files with 25 additions and 1 deletions

View file

@ -1,3 +1,5 @@
{{ define "content" }}
{{ .Content }}
<main data-landing>
{{ .Content }}
</main>
{{ end }}