aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-card.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-07 21:50:14 -0400
committertdro <tdro@noreply.example.com>2022-06-07 21:50:14 -0400
commitf282dcf21b9024cc0c3a6f8b772aeb4ea8c4d3ec (patch)
tree6a13706783bb9b2348e02f9e3a4b212d2de1fe19 /themes/default/layouts/partials/author-card.html
parentfd64030bb8378941b192f7c5c1701205652ee7e1 (diff)
downloadcanory-f282dcf21b9024cc0c3a6f8b772aeb4ea8c4d3ec.tar.gz
canory-f282dcf21b9024cc0c3a6f8b772aeb4ea8c4d3ec.tar.bz2
canory-f282dcf21b9024cc0c3a6f8b772aeb4ea8c4d3ec.zip
static/js/pager: Improve navigation loop
Final snap back for browsers that misalign on DOM content load. Remove hash on scroll to allow implicit back to top navigation.
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 90e7781..bd34ce8 100644
--- a/themes/default/layouts/partials/author-card.html
+++ b/themes/default/layouts/partials/author-card.html
@@ -6,7 +6,7 @@
<micro-summary>
<micro-thumbnail>
<figure>
- <a title="{{ .Data.name }}" href="{{ "" | absURL }}/{{ .Data.user }}">
+ <a title="{{ .Data.name }}" href="{{ "" | absURL }}/{{ .Data.user }}#">
<picture>
{{- with $image }}
{{- $image = .Content | resources.FromString (print "/data/static/images/" ($image | urlize)) }}