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"
|
||||
|
||||
Page_Type :: enum {
|
||||
Home,
|
||||
Post,
|
||||
Standalone,
|
||||
Post,
|
||||
Home,
|
||||
}
|
||||
|
||||
Page :: struct {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
#+feature dynamic-literals
|
||||
package main
|
||||
|
||||
import mustache "mustache"
|
||||
import "mustache"
|
||||
|
||||
import "core:fmt"
|
||||
import "core:os"
|
||||
|
||||
Reference in New Issue
Block a user