summaryrefslogtreecommitdiff
path: root/internal/models.go
diff options
context:
space:
mode:
authorMikkel Thestrup <mikkel@mithe.dk>2025-12-24 12:42:45 +0100
committerMikkel Thestrup <mikkel@mithe.dk>2025-12-24 12:42:45 +0100
commit36829887c362c58b06ca4e5adea789ee9552d2f3 (patch)
tree92cd787e476fb3ac6a1b91c7b4846a7931f06de4 /internal/models.go
parent67c0494af3863887f3e2b6f6930fdace571606ad (diff)
downloadweb-portfolio-36829887c362c58b06ca4e5adea789ee9552d2f3.tar.gz
web-portfolio-36829887c362c58b06ca4e5adea789ee9552d2f3.zip
I hate go formattingHEADmaster
Diffstat (limited to 'internal/models.go')
-rw-r--r--internal/models.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/models.go b/internal/models.go
index 4c8b4e0..097b852 100644
--- a/internal/models.go
+++ b/internal/models.go
@@ -9,14 +9,14 @@ const (
PageContact = "contact"
)
-var ValidPages = []string{
+var ValidPages = []string {
PageHome,
PageProjects,
PageResume,
PageContact,
}
-var PageSections = map[string][]string{
+var PageSections = map[string][]string {
PageHome: {"intro", "about"},
PageProjects: {"intro", "kal"},
PageResume: {"intro", "BSc Comp. Sci."},