From: Kai Moritz Date: Fri, 17 Apr 2026 18:50:43 +0000 (+0200) Subject: Layout für Home X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=1a2c5e1a82e28cc3604c0db113ac76a93235a4db;p=website Layout für Home - `.Content` in `article` rendern: Keine Überschrift - Kein `define` für `marginalcontent`, da sonst die Shortcuts nicht funktionieren, mit denen die Marginalspalte befüllt wird --- 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 }}