{{ with .Params.link }} url {{ end }}
Cite
{{ partial "svgs/etc/close.svg" (dict "width" 25 "height" 25) }}
{{ $filePath := (print .Permalink "cite.bib" | relLangURL) }} {{ if fileExists $filePath }}
{{ readFile $filePath | markdownify }}
{{ else }}
cite.bib file not found
{{ end }}