ADD RSS feeds to navbar
This commit is contained in:
parent
8a966ec072
commit
a08a01517d
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ EXCLUDE_FEEDS_FROM_MAIN = ['draft','private'] # e.g., ['python', 'drafts']
|
|||
NAVBAR_ITEMS = [
|
||||
{'text': 'Home', 'url': '/'},
|
||||
{'text': 'Feeds', 'url': '/feed/'},
|
||||
{'text': 'About', 'url': '/about/'}
|
||||
{'text': 'About', 'url': '/about/'},
|
||||
{'text': 'RSS', 'url': '/rss.xml'}
|
||||
]
|
||||
|
||||
# Logo settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue