From 1a2c5e1a82e28cc3604c0db113ac76a93235a4db Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 17 Apr 2026 20:50:43 +0200 Subject: [PATCH] =?utf8?q?Layout=20f=C3=BCr=20Home?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - `.Content` in `article` rendern: Keine Überschrift - Kein `define` für `marginalcontent`, da sonst die Shortcuts nicht funktionieren, mit denen die Marginalspalte befüllt wird --- layouts/index.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/index.html diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 00000000..57857c61 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,3 @@ +{{ define "article" }} + {{ .Content }} +{{ end }} -- 2.39.5