summaryrefslogtreecommitdiffstats
path: root/layouts/partials/author.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/author.html')
-rw-r--r--layouts/partials/author.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/layouts/partials/author.html b/layouts/partials/author.html
deleted file mode 100644
index 4ca1209..0000000
--- a/layouts/partials/author.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{{- $siteAuthor := partial "site-author.html" . -}}
-
-{{- /* First, check for current page author(s) */}}
-{{- if .Params.author }}
- {{- $author_type := (printf "%T" .Params.author) }}
- {{- if (or (eq $author_type "[]string") (eq $author_type "[]interface {}")) }}
- {{- (delimit .Params.author ", " ) }}
- {{- else }}
- {{- .Params.author }}
- {{- end }}
-{{- /* Otherwise, get site authors */}}
-{{- else if $siteAuthor.name }}
- {{- $siteAuthor.name }}
-{{- end -}}