aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-references.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/partials/article-references.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/article-references.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/article-references.html b/generators/hugo/themes/tdro/layouts/partials/article-references.html
index ca3aee7..9de25c4 100644
--- a/generators/hugo/themes/tdro/layouts/partials/article-references.html
+++ b/generators/hugo/themes/tdro/layouts/partials/article-references.html
@@ -1,7 +1,7 @@
-{{- $exoference := print "themes/tdro/layouts/partials/generators/exoference/" .Slug ".html" -}}
-{{- $include := print "generators/exoference/" .Slug ".html" -}}
+{{- $references := print "themes/tdro/layouts/partials/references/" .Slug ".html" -}}
+{{- $include := print "references/" .Slug ".html" -}}
-{{- if fileExists $exoference -}}
+{{- if fileExists $references -}}
<article-references id="article-references">
<section>
<h2>References</h2>