aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-card.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-10 09:15:05 -0400
committertdro <tdro@noreply.example.com>2023-09-10 09:15:05 -0400
commitf80ef2ed165a86e34ce703e798091658ce72a8c4 (patch)
treee35a35b0c45e2e2a0fc7c0ab3a1243f942d9f67c /themes/default/layouts/partials/author-card.html
parent3ec7c6f82cbc70a9cef04256aa6191001c011f48 (diff)
downloadcanory-f80ef2ed165a86e34ce703e798091658ce72a8c4.tar.gz
canory-f80ef2ed165a86e34ce703e798091658ce72a8c4.tar.bz2
canory-f80ef2ed165a86e34ce703e798091658ce72a8c4.zip
themes/default/layouts/partials: Remove most hashes
Looks like different browsers interpret # differently except for minimal behaviour
Diffstat (limited to 'themes/default/layouts/partials/author-card.html')
-rw-r--r--themes/default/layouts/partials/author-card.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/author-card.html b/themes/default/layouts/partials/author-card.html
index df0af84..985f53a 100644
--- a/themes/default/layouts/partials/author-card.html
+++ b/themes/default/layouts/partials/author-card.html
@@ -41,7 +41,7 @@
<micro-summary>
<micro-thumbnail>
<figure>
- <a title="{{ .Data.name }}" href="{{ "" | absURL }}/{{ .Data.user }}/#">
+ <a title="{{ .Data.name }}" href="{{ "" | absURL }}/{{ .Data.user }}/">
<picture>
{{- with $sourceset -}}
<source srcset="{{ print ("" | absURL) $sourceset }}" type="image/webp" />
@@ -61,7 +61,7 @@
<b>{{ .Data.name }}</b>
</h2>
<h3>
- <a data-hover="" title="{{ .Data.name }}" href="{{ "" | absURL }}/{{ .Data.user }}/#">
+ <a data-hover="" title="{{ .Data.name }}" href="{{ "" | absURL }}/{{ .Data.user }}/">
{{ .Data.user }}@{{ $host }}
</a>
</h3>