From 5c086bc52fa3a226bcf706b1f420a5d98ea377dd Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Dec 2021 10:45:58 +0100 Subject: Redo most of the blog in Hugo Missing posts will have to be added later --- layouts/_default/section.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/_default/section.html (limited to 'layouts/_default/section.html') diff --git a/layouts/_default/section.html b/layouts/_default/section.html new file mode 100644 index 0000000..144b79a --- /dev/null +++ b/layouts/_default/section.html @@ -0,0 +1,19 @@ +{{ define "main" }} +

{{ .Title }}

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