Small adjustments to the person page

This commit is contained in:
Simon Martens
2025-02-15 23:56:07 +01:00
parent e8edefa4b4
commit 2d9e27ac8e

View File

@@ -15,6 +15,8 @@
<h2>Inhalte</h2>
{{ range $id, $c := .contents }}
<div>
{{ $e := index $model.centries $c.Entry }}
<a href="/almanach/{{ $e.MusenalmID }}">{{ $e.PreferredTitle }}</a>
{{ $c.PreferredTitle }}
{{ $c.Numbering }}
</div>