aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
committertdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
commitfad87c5cc042ea293b3d5cd7a139d124dce1cbd4 (patch)
tree81899543b17c8424b93c3501b37413f08b84f7d1 /themes/default/layouts/_default
parent4e6d2470334d97bef515edec0495fa763639f751 (diff)
downloadcanory-fad87c5cc042ea293b3d5cd7a139d124dce1cbd4.tar.gz
canory-fad87c5cc042ea293b3d5cd7a139d124dce1cbd4.tar.bz2
canory-fad87c5cc042ea293b3d5cd7a139d124dce1cbd4.zip
config: Use same icon set on navigation
Normalize SVG XML formatting
Diffstat (limited to 'themes/default/layouts/_default')
-rw-r--r--themes/default/layouts/_default/section.following.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/section.following.html b/themes/default/layouts/_default/section.following.html
index c3bfc7b..f002d43 100644
--- a/themes/default/layouts/_default/section.following.html
+++ b/themes/default/layouts/_default/section.following.html
@@ -65,7 +65,7 @@
<a
title="Follow {{ $distinct.FeedName }}"
href="{{ $href }}">
- {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/rss.svg")) }}
+ {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/rss.svg")) }}
<header>Follow</header>
</a>
</micro-summary>