From 856f103817f8be2796c3eefef4d6f6ee5c20abf9 Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Mon, 11 Nov 2024 11:43:04 +0100 Subject: [PATCH] Layouts: add rendering of references to assignments --- .../layouts/partials/archetypes/assignment/article.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo/hugo-lecture/layouts/partials/archetypes/assignment/article.html b/hugo/hugo-lecture/layouts/partials/archetypes/assignment/article.html index 32517c6..347acde 100644 --- a/hugo/hugo-lecture/layouts/partials/archetypes/assignment/article.html +++ b/hugo/hugo-lecture/layouts/partials/archetypes/assignment/article.html @@ -33,6 +33,8 @@ {{ end }} {{ $content | safeHTML }} + + {{ partial "bib.html" . }} {{ end }}