mirror of
https://github.com/welpo/tabi.git
synced 2026-01-09 14:57:47 +01:00
✨ feat: allow custom feed icon (#604)
This commit is contained in:
parent
a242efa2c3
commit
3d5dc1baf1
8 changed files with 28 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue