enable page editing

This commit is contained in:
Carl Pearson
2020-03-09 16:35:26 -05:00
parent 9d80a67797
commit ba447d9331

View File

@@ -71,7 +71,7 @@ privacy_pack = false
# Enable visitors to edit pages? # Enable visitors to edit pages?
# `repo` defines the repository URL. `editable` defines which page types can be edited. # `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}}
############################ ############################