diff options
author | Pim Snel <pim@lingewoud.nl> | 2021-04-11 17:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 17:51:42 +0200 |
commit | 62004506e2fa0980777de5b1de045d5101d01f6c (patch) | |
tree | dc42a3c84b45ffbeb1c4e02e070fa3cd01b0c035 /exampleSite/config.toml | |
parent | ba38e17b1b8140ae9254c1edc6c67ffdc50eca09 (diff) |
change master to github's new default main branch (#325)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7de852d..dfd9a31 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -85,7 +85,7 @@ enableGitInfo = true # Enable "Edit this page" links for 'doc' page type. # Disabled by default. Uncomment to enable. Requires 'BookRepo' param. # Edit path must point to root directory of repo. - BookEditPath = 'edit/master/exampleSite' + BookEditPath = 'edit/main/exampleSite' # Configure the date format used on the pages # - In git information |