aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-handle.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-08 00:22:51 -0400
committertdro <tdro@noreply.example.com>2022-06-08 00:22:51 -0400
commit6d0a5f84d87c52c11f0d2c1a34d1482b30b69ecb (patch)
tree646d2ab8d4ec56f23efa9f5def3b9e2f5b976275 /themes/default/layouts/partials/meta-handle.html
parent029b09cda1b497752ee95e76232d3d633cf68367 (diff)
downloadcanory-6d0a5f84d87c52c11f0d2c1a34d1482b30b69ecb.tar.gz
canory-6d0a5f84d87c52c11f0d2c1a34d1482b30b69ecb.tar.bz2
canory-6d0a5f84d87c52c11f0d2c1a34d1482b30b69ecb.zip
themes/default/layouts/partials: Add trailing slash on top links
Diffstat (limited to 'themes/default/layouts/partials/meta-handle.html')
-rw-r--r--themes/default/layouts/partials/meta-handle.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/meta-handle.html b/themes/default/layouts/partials/meta-handle.html
index c6608b0..ee7f975 100644
--- a/themes/default/layouts/partials/meta-handle.html
+++ b/themes/default/layouts/partials/meta-handle.html
@@ -7,7 +7,7 @@
{{- else -}}
<a
title="{{ partial "author-user.html" . }}@{{ (urls.Parse .Site.BaseURL).Host }}"
- href="{{ .Site.BaseURL }}/{{ partial "author-user.html" . }}#">
+ href="{{ .Site.BaseURL }}/{{ partial "author-user.html" . }}/#">
@{{ (urls.Parse .Site.BaseURL).Host -}}
</a>
{{- end -}}