]> juplo.de Git - website/commitdiff
Layout für Home
authorKai Moritz <kai@juplo.de>
Fri, 17 Apr 2026 18:50:43 +0000 (20:50 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 25 Apr 2026 16:27:07 +0000 (18:27 +0200)
- `.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 [new file with mode: 0644]

diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644 (file)
index 0000000..57857c6
--- /dev/null
@@ -0,0 +1,3 @@
+{{ define "article" }}
+  {{ .Content }}
+{{ end }}