From 4e74a82ddfc1ad27d58295e9bae4f8e5ab5bb604 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 8 Mar 2024 14:01:03 -0500 Subject: themes/default/layouts/_default/section.following: Follow -> Feeds --- themes/default/layouts/_default/section.following.html | 2 +- themes/default/layouts/partials/author-card.html | 2 +- themes/default/layouts/partials/pagination.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'themes/default/layouts') diff --git a/themes/default/layouts/_default/section.following.html b/themes/default/layouts/_default/section.following.html index eb74049..2bfcc2e 100644 --- a/themes/default/layouts/_default/section.following.html +++ b/themes/default/layouts/_default/section.following.html @@ -65,7 +65,7 @@ title="Follow {{ $distinct.FeedName }}" href="{{ $href }}"> {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/rss.svg")) }} -
Follow
+ Feed diff --git a/themes/default/layouts/partials/author-card.html b/themes/default/layouts/partials/author-card.html index 65228cc..561fef3 100644 --- a/themes/default/layouts/partials/author-card.html +++ b/themes/default/layouts/partials/author-card.html @@ -75,7 +75,7 @@

{{ .Data.description | markdownify | plainify | htmlUnescape | truncate 60 "..." }}

{{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/rss.svg")) }} -
Follow
+ Feed
diff --git a/themes/default/layouts/partials/pagination.html b/themes/default/layouts/partials/pagination.html index 3e5acd8..e64bfcf 100644 --- a/themes/default/layouts/partials/pagination.html +++ b/themes/default/layouts/partials/pagination.html @@ -30,21 +30,21 @@