refactor: Re-arranged page type enum.

This commit is contained in:
Spencer Brower
2026-07-13 14:29:11 -04:00
parent 8a9f12d532
commit 3cbf765345
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ import "core:os"
import "core:strings"
Page_Type :: enum {
Home,
Post,
Standalone,
Post,
Home,
}
Page :: struct {
+1 -1
View File
@@ -1,7 +1,7 @@
#+feature dynamic-literals
package main
import mustache "mustache"
import "mustache"
import "core:fmt"
import "core:os"