mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-10 12:40:05 +00:00
feat: add rss as menu item
This commit is contained in:
parent
335c74fe1d
commit
9e3282e1b6
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ theme = 'rottentheme'
|
|||
disableKinds = ['taxonomy']
|
||||
enableRobotsTXT = true
|
||||
|
||||
[[menu.main]]
|
||||
url = "/index.xml"
|
||||
name = "RSS"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
url = "/"
|
||||
|
|
Loading…
Reference in a new issue