add publications template and two publications from the TRR pool #7

Merged
mih merged 1 commit from msz/www.trr379.de:publications-demo into main 2026-02-04 09:34:38 +00:00

View file

@ -14,6 +14,13 @@
</span>
{{ end }}
{{ end }}
{{ with .Params.licenses }}
{{ range . }}
<span class="ms-1 rounded-md border border-secondary-400 px-1 py-[1px] text-xs font-normal text-secondary-700 dark:border-secondary-600 dark:text-secondary-400">
{{ . }}
</span>
{{ end }}
{{ end }}
</header>
<section class="prose mt-6 max-w-full dark:prose-invert">
{{ .Content | emojify }}