From d29af7ee395555e628ee0f3def31c748394cc93b Mon Sep 17 00:00:00 2001 From: ericmarin Date: Mon, 20 Apr 2026 14:06:38 +0200 Subject: hugo! --- layouts/til/section.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/til/section.html (limited to 'layouts/til/section.html') diff --git a/layouts/til/section.html b/layouts/til/section.html new file mode 100644 index 0000000..bd8c690 --- /dev/null +++ b/layouts/til/section.html @@ -0,0 +1,13 @@ +{{ define "main" }} +
+

{{ .Title }}

+ {{ .Content }} + +
+{{ end }} -- cgit v1.2.3