Update
This commit is contained in:
parent
42ddbf0b68
commit
512a87e38a
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ defaults:
|
||||||
type: "pages"
|
type: "pages"
|
||||||
values:
|
values:
|
||||||
show_meta: true # Show metadata beneath all pages
|
show_meta: true # Show metadata beneath all pages
|
||||||
sidebar: "" # Possible values › left, right › by default there will be no sidebar
|
# sidebar: # Possible values › left, right › by default there will be no sidebar
|
||||||
comments: false
|
comments: false
|
||||||
author: "your_author_name"
|
author: "your_author_name"
|
||||||
-
|
-
|
||||||
|
@ -87,7 +87,7 @@ defaults:
|
||||||
type: "posts"
|
type: "posts"
|
||||||
values:
|
values:
|
||||||
show_meta: true # Show metadata beneath all posts
|
show_meta: true # Show metadata beneath all posts
|
||||||
sidebar: "" # Possible values › left, right › by default there will be no sidebar
|
# sidebar: # Possible values › left, right › by default there will be no sidebar
|
||||||
comments: false
|
comments: false
|
||||||
author: "your_author_name"
|
author: "your_author_name"
|
||||||
|
|
||||||
|
|
Reference in a new issue