Move file URL config from page to site

This commit is contained in:
Will Faught
2025-02-10 17:29:28 -08:00
parent c5745aab91
commit b605eac1e8
2 changed files with 6 additions and 6 deletions

View File

@@ -225,10 +225,6 @@ disable_title = false
disable_toc = false
disable_word_count = false
# Navigation
edit_url = "" # Example: "https://github.com/account/project/edit/master/content/%s"
history_url = "" # Example: "https://github.com/account/project/commits/master/content/%s"
# Schema
base_schema = {} # JSON-LD schema that all page schemas override
# Example:
@@ -268,6 +264,10 @@ disable_description = false
disable_license = false
disable_title = false
# Git
edit_url = "" # Example: "https://github.com/account/project/edit/master/content/%s"
history_url = "" # Example: "https://github.com/account/project/commits/master/content/%s"
# Navigation
disable_breadcrumbs = false
disable_menu = false