aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-03-27 19:10:43 -0400
committertdro <tdro@noreply.example.com>2023-03-27 19:10:43 -0400
commit94301fe8990ff50a864f87114034f4189e1927e0 (patch)
tree20f936ff9738fb23948d8df7213de69a4f676be2 /themes/default/layouts/partials
parentadc72d653afac95c88bf3bc64858b9d9eb07b6cd (diff)
downloadcanory-94301fe8990ff50a864f87114034f4189e1927e0.tar.gz
canory-94301fe8990ff50a864f87114034f4189e1927e0.tar.bz2
canory-94301fe8990ff50a864f87114034f4189e1927e0.zip
themes/default/layouts/_default/taxonomy: Clean up
Arrange in cards
Diffstat (limited to 'themes/default/layouts/partials')
-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 873363a..bbb3ec8 100644
--- a/themes/default/layouts/partials/author-card.html
+++ b/themes/default/layouts/partials/author-card.html
@@ -59,7 +59,7 @@
<b>{{ .Data.name }}</b>
</h2>
<h3>
- <a title="{{ .Data.name }}" href="{{ "" | absURL }}/{{ .Data.user }}/#">
+ <a data-hover title="{{ .Data.name }}" href="{{ "" | absURL }}/{{ .Data.user }}/#">
{{ .Data.user }}@{{ $host }}
</a>
</h3>