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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/article-references.html b/generators/hugo/themes/tdro/layouts/partials/article-references.html
index 9de25c4..bade07d 100644
--- a/generators/hugo/themes/tdro/layouts/partials/article-references.html
+++ b/generators/hugo/themes/tdro/layouts/partials/article-references.html
@@ -4,7 +4,7 @@
{{- if fileExists $references -}}
<article-references id="article-references">
<section>
- <h2>References</h2>
+ {{ "## References" | markdownify }}
</section>
{{- partial $include . -}}
</article-references>