From 62004506e2fa0980777de5b1de045d5101d01f6c Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Sun, 11 Apr 2021 17:51:42 +0200 Subject: change master to github's new default main branch (#325) --- exampleSite/config.toml | 2 +- exampleSite/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'exampleSite') 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 diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 0d47f6a..4f439c6 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -81,7 +81,7 @@ params: # 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 -- cgit v1.2.3