gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Feb. 19 '23 12:34:18
Commit
aa359907f1b0bf7be8a69873cb700b7e56a083f6
Parent
029f95f9a1cccc76e8af50b938205f627f7c6110
Changes
diff --git a/types.go b/types.go
index 1c3ea83..27d014b 100644
--- a/types.go
+++ b/types.go
@@ -11,8 +11,8 @@ type void struct{}
 // Data is the generic content map passed on to the page template.
 type Data map[string]interface{}
 type page struct {
+	Base string
 	Data
-	Base       string
 	Stylesheet string
 	Title      string
 }