zola-theme-terminimal/templates/macros
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
..
date.html First public release 2019-02-05 18:27:02 +00:00
head.html Fix path for colocated image 2023-11-16 20:29:42 -03:00
menu.html feat: Show RSS icon if config enables it 2024-06-09 11:25:34 +02:00
post.html Fix show_only_description not to break page content 2023-12-18 21:22:33 +01:00
title.html Check if page_titles exists in config.toml 2023-06-21 17:51:01 -07:00