Move link_to_page, page_link config to feed

This commit is contained in:
Will Faught
2023-09-22 23:22:41 -07:00
parent 71e1aacc9e
commit a9545165ce
3 changed files with 6 additions and 10 deletions

View File

@@ -271,15 +271,11 @@ format = ":date_long" # Hugo date format
[paige.feed]
hide_page = false
[paige.feed.atom]
link_to_page = false # Link to the page instead of the front matter link, if present
page_link = "⏎" # If a front matter link is present, and link_to_page is false, link to the page with this text
[paige.feed.rss]
link_to_page = false # Link to the page instead of the front matter link, if present
managing_editor = "" # Example is "Will Faught <will.faught@example.com>"
page_link = "⏎" # If a front matter link is present, and link_to_page is false, link to the page with this text
web_master = "" # Example is "Will Faught <will.faught@example.com>"
[paige.git]