aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-markdown.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/meta-markdown.html')
-rw-r--r--themes/default/layouts/partials/meta-markdown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/meta-markdown.html b/themes/default/layouts/partials/meta-markdown.html
index 77a59c9..3b082d3 100644
--- a/themes/default/layouts/partials/meta-markdown.html
+++ b/themes/default/layouts/partials/meta-markdown.html
@@ -1,5 +1,5 @@
{{- if not .ExpiryDate -}}
- {{- $author := index .Site.Data ((or .Params.author .Site.Author.default.user) | default "default") -}}
+ {{- $author := partial "function-authors-data.html" . -}}
{{- $source := print $author.user "/messages/" .File.LogicalName -}}
{{- $href := print .Site.BaseURL "/" (partial "function-paths.html" "markdown") "/" $source -}}
{{- $title := $href -}}