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

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