aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/context-profile.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/context-profile.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/context-profile.html')
-rw-r--r--themes/default/layouts/partials/context-profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/context-profile.html b/themes/default/layouts/partials/context-profile.html
index 1a71bd0..057e062 100644
--- a/themes/default/layouts/partials/context-profile.html
+++ b/themes/default/layouts/partials/context-profile.html
@@ -8,7 +8,7 @@
{{- with .Params.feed.name -}}
<a title="{{ . }}" href="http://{{ $.Params.feed.domain }}">
{{- else -}}
- <a title="{{ $author.name }}" href="{{ .Site.BaseURL }}/{{ $author.user }}#">
+ <a title="{{ $author.name }}" href="{{ .Site.BaseURL }}/{{ $author.user }}/#">
{{- end -}}
<picture>
{{ partial "author-picture" . }}