feat: dummy pages

This commit is contained in:
2026-03-02 22:37:30 +01:00
parent 9a1f7e0d99
commit 19fb5b9292
13 changed files with 188 additions and 40 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ import (
"git.schreifuchs.ch/schreifuchs/schreifuchs.ch/web/components"
)
templ Home(pages []page.Page) {
templ Home(pages []page.PageHeader) {
for _, page := range pages {
@components.ImageTile("https://picsum.photos/500/1000") {
<a class="flex items-center justify-center h-full text-white" href={ "/" + page.UID }>
@components.ImageTile("https://picsum.photos/1000/500") {
<a class="flex items-center justify-center h-full " href={ "/" + page.UID }>
<h2
class="text-3xl font-bold text-white hover:underline text-shadow-lg"
>