add support for comments on any page
This commit is contained in:
parent
ff0de0bb13
commit
bde8a560c7
4 changed files with 24 additions and 11 deletions
|
@ -77,6 +77,12 @@ paginate: 5
|
|||
|
||||
# Default YAML values (more information on Jekyll's site)
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
values:
|
||||
comments: true # add comments to all blog posts
|
||||
-
|
||||
scope:
|
||||
path: "" # all files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue