From 67c0494af3863887f3e2b6f6930fdace571606ad Mon Sep 17 00:00:00 2001 From: Mikkel Thestrup Date: Sun, 7 Dec 2025 02:32:30 +0100 Subject: Fixed formating. Always max 80 chars a line --- internal/models.go | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'internal/models.go') diff --git a/internal/models.go b/internal/models.go index 0ad4cfc..4c8b4e0 100644 --- a/internal/models.go +++ b/internal/models.go @@ -9,12 +9,17 @@ const ( PageContact = "contact" ) -var ValidPages = []string{PageHome, PageProjects, PageResume, PageContact} +var ValidPages = []string{ + PageHome, + PageProjects, + PageResume, + PageContact, +} var PageSections = map[string][]string{ PageHome: {"intro", "about"}, PageProjects: {"intro", "kal"}, - PageResume: {"intro", "BSc in Computer Science"}, + PageResume: {"intro", "BSc Comp. Sci."}, PageContact: {"contact"}, } -- cgit v1.2.3-70-g09d2