aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/default/layouts/partials/context-profile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/context-profile.html b/themes/default/layouts/partials/context-profile.html
index 7021d9d..2fe3811 100644
--- a/themes/default/layouts/partials/context-profile.html
+++ b/themes/default/layouts/partials/context-profile.html
@@ -5,8 +5,8 @@
<div>
<aside>
<figure>
- {{- with .Params.feed.name -}}
- <a title="{{ . }}" href="http://{{ $.Params.feed.domain }}">
+ {{- with .Params.feed -}}
+ <a title="{{ $.Params.feed.name }}" href="http://{{ $.Params.feed.domain }}">
{{- else -}}
<a title="{{ $author.name }}" href="{{ .Site.BaseURL }}/{{ $author.user }}/#">
{{- end -}}