Change file_link config to file_edit_url
This commit is contained in:
@@ -3,8 +3,6 @@ authors: ["will-faught"]
|
||||
categories: ["customization", "paige"]
|
||||
description: "Demonstrations of Paige customization."
|
||||
paige:
|
||||
file_link:
|
||||
disable: false
|
||||
style: |
|
||||
#paige-authors,
|
||||
#paige-credit,
|
||||
|
@@ -4,8 +4,6 @@ categories: ["customization", "paige"]
|
||||
date: "2023-02-01"
|
||||
description: "Demonstration of Paige customization that shows data."
|
||||
paige:
|
||||
file_link:
|
||||
disable: false
|
||||
style: |
|
||||
#paige-authors,
|
||||
#paige-credit,
|
||||
|
@@ -4,8 +4,6 @@ categories: ["customization", "paige"]
|
||||
date: "2023-01-01"
|
||||
description: "Demonstration of Paige customization that styles data."
|
||||
paige:
|
||||
file_link:
|
||||
disable: false
|
||||
style: |
|
||||
#paige-authors,
|
||||
#paige-credit,
|
||||
|
@@ -91,6 +91,8 @@ taxonomy = ["atom", "html", "rss"]
|
||||
term = ["atom", "html", "rss"]
|
||||
|
||||
[params.paige]
|
||||
file_edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||
file_history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||
site_title = "Paige"
|
||||
site_description = "Powerful, pliable pixel perfection"
|
||||
|
||||
@@ -106,11 +108,6 @@ url = "https://willfaught.com/paige"
|
||||
managing_editor = "will.faught@example.com (Will Faught)"
|
||||
web_master = "will.faught@example.com (Will Faught)"
|
||||
|
||||
[params.paige.file_link]
|
||||
content = "Edit this page"
|
||||
disable = true
|
||||
url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||
|
||||
[taxonomies]
|
||||
author = "authors"
|
||||
category = "categories"
|
||||
|
Reference in New Issue
Block a user