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 {
|
||||
|
||||
Reference in New Issue
Block a user