Citation component to set citation style globally

This commit is contained in:
Simon Martens
2025-09-17 10:27:17 +02:00
parent d1bc8db654
commit 7b4e9498a0
4 changed files with 95 additions and 65 deletions

View File

@@ -105,7 +105,7 @@
{{ range $_, $p := $pieces }}
{{- range $_, $i := $p.Item.IssueRefs -}}
<div>
<a href="/{{ $i.When }}/{{ $i.Nr }}{{ if $i.Von }}{{ if $i.Beilage }}#beilage-{{ $i.Beilage }}-page-{{ $i.Von }}{{ else }}#page-{{ $i.Von }}{{ end }}{{ end }}">{{ $i.Nr }}/{{ $i.When }}</a>
{{ template "_citation" $i }}
</div>
{{- end -}}
{{ end }}