enable page editing
This commit is contained in:
@@ -71,7 +71,7 @@ privacy_pack = false
|
||||
|
||||
# Enable visitors to edit pages?
|
||||
# `repo` defines the repository URL. `editable` defines which page types can be edited.
|
||||
edit_page = {repo_url = "https://github.com/cwpearson/hugo-cwpearson", repo_branch = "master", editable = {docs = true, page = false, post = false}}
|
||||
edit_page = {repo_url = "https://github.com/cwpearson/hugo-cwpearson", repo_branch = "master", editable = {docs = true, page = true, post = true}}
|
||||
|
||||
|
||||
############################
|
||||
|
Reference in New Issue
Block a user