mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-11-07 18:50:24 +01:00
This adds support for showing a tiny RSS svg badge in the top menu in
case the user added a menu_item that looks like this:
`{name = "", url = "$BASE_URL/$FEED_FILENAME"}`
This also requires that the user has a config.toml that contains the
following entries:
generate_feed = true
feed_filename = "rss.xml"
author = "your name here"
|
||
|---|---|---|
| .. | ||
| macros | ||
| shortcodes | ||
| tags | ||
| 404.html | ||
| archive.html | ||
| index.html | ||
| page.html | ||