aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-references.html
blob: 9de25c4b70e56ba9f974569ddcc07f9ba5126046 (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>
    <h2>References</h2>
  </section>
  {{- partial $include . -}}
</article-references>
{{- end -}}