aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
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
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')
-rw-r--r--themes/default/layouts/_default/section.following.html2
-rw-r--r--themes/default/layouts/partials/author-card.html2
-rw-r--r--themes/default/layouts/partials/meta-via.html2
3 files changed, 3 insertions, 3 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>
diff --git a/themes/default/layouts/partials/author-card.html b/themes/default/layouts/partials/author-card.html
index a370eaf..6b4b91b 100644
--- a/themes/default/layouts/partials/author-card.html
+++ b/themes/default/layouts/partials/author-card.html
@@ -75,7 +75,7 @@
</micro-header>
<p>{{ .Data.description | markdownify | plainify | htmlUnescape | truncate 60 "..." }}</p>
<a title="Follow with RSS Reader" href="{{ "" | absURL }}/{{ .Data.user }}/rss.xml">
- {{ 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>
diff --git a/themes/default/layouts/partials/meta-via.html b/themes/default/layouts/partials/meta-via.html
index 3c8827f..3f5476c 100644
--- a/themes/default/layouts/partials/meta-via.html
+++ b/themes/default/layouts/partials/meta-via.html
@@ -2,7 +2,7 @@
{{- if .Params.feed -}}
<anchored-via>
- {{- safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/rss.svg")) -}}
+ {{- safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/rss.svg")) -}}
<a
data-hover
title="{{ $author }}@{{ or (urls.Parse .Site.BaseURL).Host "localhost" }}"