From f8cce309c8eb56daee505d5cbc9066b1b11e2f7b Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 31 Mar 2021 00:19:01 +0200 Subject: Tweaked the book articles layout --- layouts/books/single.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/books/single.html (limited to 'layouts') diff --git a/layouts/books/single.html b/layouts/books/single.html new file mode 100644 index 0000000..f0ae554 --- /dev/null +++ b/layouts/books/single.html @@ -0,0 +1,12 @@ +{{ define "main" }} + +

{{ .Title }}

+ +

+Author: {{ .Description }}
+Finished reading on: {{ .PublishDate.Format "2006-01-02" }} +

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