aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/context-profile.html
diff options
context:
space:
mode:
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 3647ba2..1a71bd0 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" . }}