aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-domain-host.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/author-domain-host.html')
-rw-r--r--themes/default/layouts/partials/author-domain-host.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/author-domain-host.html b/themes/default/layouts/partials/author-domain-host.html
new file mode 100644
index 0000000..5f6b7f0
--- /dev/null
+++ b/themes/default/layouts/partials/author-domain-host.html
@@ -0,0 +1,2 @@
+{{ $author := index .Site.Data.authors ((or .Params.author .Site.Author.default.user) | default "default") }}
+{{- $author.domain.host | markdownify -}}