disable micro blog by default
This commit is contained in:
parent
acfc0d8358
commit
cd6e9195ed
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ pygmentsUseClasses=true
|
|||
keywords = "hugo blog"
|
||||
useAvatar = true
|
||||
microBlogSection = "posts"
|
||||
displayMicroBlog = true
|
||||
displayMicroBlog = false
|
||||
displayRecent = true
|
||||
recentMax = 4
|
||||
mail = "mail@example.com"
|
||||
|
|
|
@ -12,7 +12,7 @@ pygmentsUseClasses=true
|
|||
keywords = "hugo blog"
|
||||
useAvatar = true
|
||||
microBlogSection = "posts"
|
||||
displayMicroBlog = true
|
||||
displayMicroBlog = false
|
||||
displayRecent = true
|
||||
recentMax = 3
|
||||
mail = "mail@example.com"
|
||||
|
|
Loading…
Reference in a new issue