feat: dummy pages

This commit is contained in:
2026-02-19 22:04:29 +01:00
parent cbc2a1a803
commit 6c4b2190b3
15 changed files with 182 additions and 41 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"
>