make show-avatar default for everyone (fixes #715)
This commit is contained in:
parent
7d784b37c8
commit
5068c2de8d
3 changed files with 3 additions and 4 deletions
|
@ -192,13 +192,11 @@ defaults:
|
|||
layout: "post"
|
||||
comments: true # add comments to all blog posts
|
||||
social-share: true # add social media sharing buttons to all blog posts
|
||||
readtime: false # add estimated reading time on all blog posts
|
||||
-
|
||||
scope:
|
||||
path: "" # all files
|
||||
path: "" # any file that's not a post will be a "page" layout by default
|
||||
values:
|
||||
layout: "page"
|
||||
show-avatar: true
|
||||
|
||||
# Exclude these files from production site
|
||||
exclude:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue