Add page width customizability
This commit is contained in:
parent
233b905492
commit
3fea166274
5 changed files with 35 additions and 3 deletions
|
|
@ -60,6 +60,7 @@ type templateData struct {
|
|||
type Page struct {
|
||||
Title string `yaml:"name"`
|
||||
Slug string `yaml:"slug"`
|
||||
Width string `yaml:"width"`
|
||||
ShowMobileHeader bool `yaml:"show-mobile-header"`
|
||||
Columns []Column `yaml:"columns"`
|
||||
mu sync.Mutex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue