diff options
author | tyler71 <4926565+tyler71@users.noreply.github.com> | 2020-04-16 08:40:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 17:40:17 +0200 |
commit | b88d5f6b12fa9ac179ed8f54c00acbd747a6546f (patch) | |
tree | 4afbeb8bbe54943a42a76d7a0e9e7c46a19a5d4a /exampleSite/config.toml | |
parent | 0f58a77354cb01812c72c3e9e3a7203309825beb (diff) |
Edit this page content dir lang independent (#202)
#200
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a44dc39..93325cf 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -73,8 +73,8 @@ enableGitInfo = true # Enable "Edit this page" links for 'doc' page type. # Disabled by default. Uncomment to enable. Requires 'BookRepo' param. - # Path must point to 'content' directory of repo. - BookEditPath = 'edit/master/exampleSite/content' + # Edit path must point to root directory of repo. + BookEditPath = 'edit/master/exampleSite' # Configure the date format used on the pages # - In git information |