From b1efd00585f84abc397a040852b67c31d36d177d44367a7581afd3e4389b6fd2 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 28 Apr 2022 00:00:00 +0000 Subject: Initial commit --- layouts/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..38c3c81 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,14 @@ +{{ define "main" }} +

{{ .Site.Params.indexTitle }}

+

{{ .Site.Params.indexIntro }}

+

Navigation Links

+ +

Journal Entries

+{{ partial "metadata.html" . }} +{{ end }} -- cgit v1.2.3