mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
refactor: Re-arranged page type enum.
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@ import "core:os"
|
|||||||
import "core:strings"
|
import "core:strings"
|
||||||
|
|
||||||
Page_Type :: enum {
|
Page_Type :: enum {
|
||||||
Home,
|
|
||||||
Post,
|
|
||||||
Standalone,
|
Standalone,
|
||||||
|
Post,
|
||||||
|
Home,
|
||||||
}
|
}
|
||||||
|
|
||||||
Page :: struct {
|
Page :: struct {
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#+feature dynamic-literals
|
#+feature dynamic-literals
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import mustache "mustache"
|
import "mustache"
|
||||||
|
|
||||||
import "core:fmt"
|
import "core:fmt"
|
||||||
import "core:os"
|
import "core:os"
|
||||||
|
|||||||
Reference in New Issue
Block a user