From da73efa58e47048976a0172b4c022e9b3defb763 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 23 Aug 2022 09:33:28 +0100 Subject: update --- layouts/reading/books/single.html | 15 +++++++++++++++ layouts/reading/single.html | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 layouts/reading/books/single.html create mode 100644 layouts/reading/single.html (limited to 'layouts/reading') diff --git a/layouts/reading/books/single.html b/layouts/reading/books/single.html new file mode 100644 index 0000000..5363190 --- /dev/null +++ b/layouts/reading/books/single.html @@ -0,0 +1,15 @@ +{{ define "main" }} + + + +

{{ .Title }}

+ + +{{ .Content }} + +- {{ .Date.Format "2 Jan 2006" }} +{{ end }} diff --git a/layouts/reading/single.html b/layouts/reading/single.html new file mode 100644 index 0000000..5363190 --- /dev/null +++ b/layouts/reading/single.html @@ -0,0 +1,15 @@ +{{ define "main" }} + + + +

{{ .Title }}

+ + +{{ .Content }} + +- {{ .Date.Format "2 Jan 2006" }} +{{ end }} -- cgit v1.2.3