feat: allow custom feed icon (#604)

This commit is contained in:
Óscar 2026-01-01 13:14:13 +01:00 committed by GitHub
parent a242efa2c3
commit 3d5dc1baf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 28 additions and 7 deletions

View file

@ -1,7 +1,7 @@
+++
title = "Mastering tabi Settings: A Comprehensive Guide"
date = 2023-09-18
updated = 2025-12-27
updated = 2026-01-01
description = "Discover the many ways you can customise your tabi site."
[taxonomies]
@ -897,6 +897,8 @@ To use a custom icon, you can add it to your site's `static/social_icons` direct
You can add a link to your RSS/Atom feed to the footer with `feed_icon = true`.
To use a custom icon, set `feed_icon` to the icon name (e.g. `feed_icon = "square-rss"`). The icon must exist in `static/social_icons/` (without the `.svg` extension).
Note for Zola 0.19.X users: when there are two filenames in `feed_filenames`, only the first one will be linked in the footer.
### Footer Menu