aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-03 22:55:06 -0400
committertdro <tdro@noreply.example.com>2022-11-03 22:55:06 -0400
commit4e4004fcfdf72a9927c43bd571c7419122b268d4 (patch)
tree5baa85da00f26389917dc067215b97e14af70d2e
parent47bf369d7ef8ba967a51c964eaed0f286b345c5a (diff)
downloadcanory-4e4004fcfdf72a9927c43bd571c7419122b268d4.tar.gz
canory-4e4004fcfdf72a9927c43bd571c7419122b268d4.tar.bz2
canory-4e4004fcfdf72a9927c43bd571c7419122b268d4.zip
themes/default/layouts/partials/context-profile: Set explicit feed params
-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 -}}