forked from IT-Syndikat/website
slightly adjust feed link handling
This commit is contained in:
parent
7500c73a06
commit
6ff6a05840
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue