From ba447d933179c77ed1143c9d1baaae2fb2deb530 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 9 Mar 2020 16:35:26 -0500 Subject: [PATCH] enable page editing --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 56498fc..b8907a0 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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}} ############################