zola-theme-terminimal/templates
vvzen fe6038ac4f feat: Show RSS icon if config enables it
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"
2024-06-09 11:25:34 +02:00
..
macros feat: Show RSS icon if config enables it 2024-06-09 11:25:34 +02:00
shortcodes Allow markdown in caption of figures 2023-07-31 13:27:33 -03:00
tags Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00
404.html Add OpenGraph support 2023-11-09 17:43:30 -03:00
archive.html Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00
index.html Merge pull request #53 from AntoniosBarotsis/show-description 2023-12-14 09:05:43 +01:00
page.html Fix show_only_description not to break page content 2023-12-18 21:22:33 +01:00