aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-card.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
committertdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
commiteaa731e5eddf263e12d46481a036cce9882bf72e (patch)
treea11c076ddf22b9c92d060dd0d6f620d9b06e5fc2 /themes/default/layouts/partials/author-card.html
parent61e5db6e54d264ca8950cd50e84032db4f167660 (diff)
downloadcanory-eaa731e5eddf263e12d46481a036cce9882bf72e.tar.gz
canory-eaa731e5eddf263e12d46481a036cce9882bf72e.tar.bz2
canory-eaa731e5eddf263e12d46481a036cce9882bf72e.zip
themes/default/layouts/partials/pagination: Simplify and prepare
Diffstat (limited to 'themes/default/layouts/partials/author-card.html')
-rw-r--r--themes/default/layouts/partials/author-card.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/author-card.html b/themes/default/layouts/partials/author-card.html
index fab591e..df0af84 100644
--- a/themes/default/layouts/partials/author-card.html
+++ b/themes/default/layouts/partials/author-card.html
@@ -75,7 +75,7 @@
<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")) }}
- <span>Follow</span>
+ <header>Follow</header>
</a>
</micro-summary>
</micro-card>