Add footnotes support

This commit is contained in:
ItsDrike 2023-12-10 01:07:40 +01:00
parent 1051f84462
commit 4c212e8f64
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 14 additions and 1 deletions

View file

@ -31,7 +31,7 @@
<article>{{ .Content }}</article>
{{ if or .Params.Sources .Params.Changelog }}
{{ if or (or .Params.Sources .Params.Changelog) .Params.Footnotes }}
<hr>
{{ partial "content-info.html" . }}
{{ end }}