aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/profile.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-03-26 20:56:38 -0400
committertdro <tdro@noreply.example.com>2024-03-26 20:56:38 -0400
commit80484d00780b1b188470e8c7455e6067d241aa78 (patch)
tree6ed191f22408607d4c6e2aea2b40708433f2c51a /themes/default/layouts/partials/profile.html
parentc3c20ef428b1df39bff5ef874214170c9d182379 (diff)
downloadcanory-80484d00780b1b188470e8c7455e6067d241aa78.tar.gz
canory-80484d00780b1b188470e8c7455e6067d241aa78.tar.bz2
canory-80484d00780b1b188470e8c7455e6067d241aa78.zip
themes/default/layouts/partials/following-list: Following -> Feeds
Add uniqueness
Diffstat (limited to 'themes/default/layouts/partials/profile.html')
-rw-r--r--themes/default/layouts/partials/profile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/profile.html b/themes/default/layouts/partials/profile.html
index 560a50f..e0c339b 100644
--- a/themes/default/layouts/partials/profile.html
+++ b/themes/default/layouts/partials/profile.html
@@ -33,8 +33,8 @@
<span>{{- $author.epoch | markdownify -}}</span>
</p>
<p>
- {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/user.svg")) }}
- <span><b>{{ with $author.feeds.rss }}{{ len . }}{{ else }} 0 {{ end }}</b> Following</span>
+ {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/rss.svg")) }}
+ <span><b>{{ with $author.feeds.rss }}{{ len . }}{{ else }} 0 {{ end }}</b> Feeds</span>
</p>
</footer>
</profile-box>