summaryrefslogtreecommitdiff
path: root/internal/models.go
diff options
context:
space:
mode:
authorMikkel Thestrup <mikkel_thestrup@mithe.dk>2025-12-06 23:17:58 +0100
committerMikkel Thestrup <mikkel_thestrup@mithe.dk>2025-12-06 23:17:58 +0100
commit94646c018dfc87a7f1f9e11dc3e85d1af57899f0 (patch)
treef27ed95c79e00d7a3f65f0e24c8f3a0ba70bbd06 /internal/models.go
parent0015442a40e6fb9c21eff0d0df29d5cd7cf856bc (diff)
downloadweb-portfolio-94646c018dfc87a7f1f9e11dc3e85d1af57899f0.tar.gz
web-portfolio-94646c018dfc87a7f1f9e11dc3e85d1af57899f0.zip
bug fix
Diffstat (limited to '')
-rw-r--r--internal/models.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/models.go b/internal/models.go
index 1fb0774..0ad4cfc 100644
--- a/internal/models.go
+++ b/internal/models.go
@@ -24,9 +24,3 @@ type PageData struct {
Sections []string
Content template.HTML
}
-
-type SectionData struct {
- Page string
- Sections []string
- Content template.HTML
-}