aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-date-time.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-26 16:27:32 -0400
committertdro <tdro@noreply.example.com>2022-05-26 16:27:32 -0400
commitf4fc7fcc6228cb5bdf69fe7a3d2c75070a7a7fb4 (patch)
tree47a7b9a2e6df94cfd7e010ce0d0308ae53a4b515 /themes/default/layouts/partials/meta-date-time.html
parentd233708dcf098fa80feb035f709674f9d6fbc65b (diff)
downloadcanory-f4fc7fcc6228cb5bdf69fe7a3d2c75070a7a7fb4.tar.gz
canory-f4fc7fcc6228cb5bdf69fe7a3d2c75070a7a7fb4.tar.bz2
canory-f4fc7fcc6228cb5bdf69fe7a3d2c75070a7a7fb4.zip
assets/templates/markdown-feed: Namespace feed meta
Diffstat (limited to 'themes/default/layouts/partials/meta-date-time.html')
-rw-r--r--themes/default/layouts/partials/meta-date-time.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/meta-date-time.html b/themes/default/layouts/partials/meta-date-time.html
index 2c73bc2..0d63096 100644
--- a/themes/default/layouts/partials/meta-date-time.html
+++ b/themes/default/layouts/partials/meta-date-time.html
@@ -1,6 +1,6 @@
{{- $author := index .Site.Data.authors ((or .Params.author .Site.Author.default.user) | default "default") -}}
-{{- with .Params.feedSelf -}}
+{{- with .Params.feed.self -}}
<a href="{{ $.Site.BaseURL }}/{{ . }}">
{{ else }}
<a href="{{ .Site.BaseURL }}/{{ $author.user }}/messages/{{ path.Base .Permalink }}#{{ partial "card-id.html" . }}">