1
0
Fork 0

slightly adjust feed link handling

This commit is contained in:
dark_hash 2025-01-21 02:20:49 +01:00
parent 7500c73a06
commit 6ff6a05840

View file

@ -76,13 +76,13 @@ pluralizelisttitles = false # removes the automatically appended "s" on sideba
title = "RSS Feed"
url = "/index.xml"
icon = "svg/rss.svg" # Optional. Path relative to "layouts/partials"
rel = "noopener noreferrer" # Set to false to remove the rel attribute
rel = false
[[Params.widgets.social.custom]]
title = "Atom Feed"
url = "/atom.xml"
icon = "svg/rss.svg" # Optional. Path relative to "layouts/partials"
rel = "noopener noreferrer" # Set to false to remove the rel attribute
rel = false
[Params.widgets.sensors]
enabled = true