From 773e2d43f339e9216d7d71d0a21f38f1e36c3f44 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 6 Jan 2020 20:38:53 +0100 Subject: Convert to block-based templates --- layouts/_default/baseof.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..100293c --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,29 @@ + + + + + + {{ .Title }} | {{ .Site.Title }} + + + + + + + {{ block "main" . }}{{ end }} + + + + -- cgit 1.4.1