aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-references.html
blob: bade07d6e15a38e0c70c029e35f73b2d10b37b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
{{- $references := print "themes/tdro/layouts/partials/references/" .Slug ".html" -}}
{{- $include    := print "references/" .Slug ".html" -}}

{{- if fileExists $references -}}
<article-references id="article-references">
  <section>
    {{ "## References" | markdownify }}
  </section>
  {{- partial $include . -}}
</article-references>
{{- end -}}