aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/generate-authors.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/generate-authors.html')
-rw-r--r--themes/default/layouts/partials/generate-authors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/generate-authors.html b/themes/default/layouts/partials/generate-authors.html
index 29c991d..d1fc0c2 100644
--- a/themes/default/layouts/partials/generate-authors.html
+++ b/themes/default/layouts/partials/generate-authors.html
@@ -1,6 +1,6 @@
{{- range $author := .Site.Author.list -}}
- {{- if not (fileExists (print "data/" $author ".yaml")) -}}
+ {{- if not (fileExists (print "data/authors/" $author ".yaml")) -}}
{{- $configuration := resources.Get "templates/author.yaml" -}}
{{- $configuration := resources.ExecuteAsTemplate