aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-name.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/author-name.html')
-rw-r--r--themes/default/layouts/partials/author-name.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/default/layouts/partials/author-name.html b/themes/default/layouts/partials/author-name.html
deleted file mode 100644
index a4424e4..0000000
--- a/themes/default/layouts/partials/author-name.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{- $author := .Data.Author -}}
-
-{{- with $author -}}
-{{- else -}}
- {{- $author = index .Site.Data ((or .Params.author .Site.Author.default.user) | default "default") -}}
-{{- end -}}
-
-{{- $author.name | markdownify -}}