aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-user.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/author-user.html')
-rw-r--r--themes/default/layouts/partials/author-user.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/default/layouts/partials/author-user.html b/themes/default/layouts/partials/author-user.html
deleted file mode 100644
index 797610b..0000000
--- a/themes/default/layouts/partials/author-user.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.user | markdownify -}}