From b5608ab92a4f8a5140571acabf54e3c6bdebd0e4 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Wed, 24 Feb 2021 09:47:22 +0100 Subject: Initial commit --- layouts/home.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/home.html (limited to 'layouts/home.html') diff --git a/layouts/home.html b/layouts/home.html new file mode 100644 index 0000000..58fce38 --- /dev/null +++ b/layouts/home.html @@ -0,0 +1,13 @@ + + + +{{ partial "head.html" . }} +{{ .Site.Title }} + + +{{ partial "navigation.html" . }} + +{{ .Content }} +{{ partial "footer.html" . }} + + -- cgit v1.2.3