aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-domain-host.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-06 01:41:06 -0400
committertdro <tdro@noreply.example.com>2022-10-06 01:41:06 -0400
commitbf80275fd5dcf253cbf09c31492c7bc101421016 (patch)
treeae582beb9656e4e017cebd0289ac682dcdef982a /themes/default/layouts/partials/author-domain-host.html
parent2b1c3e9572315ba19daab57fdd1295322288a293 (diff)
downloadcanory-bf80275fd5dcf253cbf09c31492c7bc101421016.tar.gz
canory-bf80275fd5dcf253cbf09c31492c7bc101421016.tar.bz2
canory-bf80275fd5dcf253cbf09c31492c7bc101421016.zip
themes/default/layouts/partials/author: Dry up default user data invocations
Diffstat (limited to 'themes/default/layouts/partials/author-domain-host.html')
-rw-r--r--themes/default/layouts/partials/author-domain-host.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/author-domain-host.html b/themes/default/layouts/partials/author-domain-host.html
index 5396642..d182751 100644
--- a/themes/default/layouts/partials/author-domain-host.html
+++ b/themes/default/layouts/partials/author-domain-host.html
@@ -1,2 +1,3 @@
-{{ $author := index .Site.Data ((or .Params.author .Site.Author.default.user) | default "default") }}
+{{- $author := partial "function-authors-data.html" . -}}
+
{{- $author.domain.host | markdownify -}}