Tweaked the book articles layout

This commit is contained in:
Julien Dessaux 2021-03-31 00:19:01 +02:00
parent e8d20ad887
commit f8cce309c8

12
layouts/books/single.html Normal file
View file

@ -0,0 +1,12 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
<p>
<u>Author:</u> {{ .Description }}<br/>
<u>Finished reading on:</u> {{ .PublishDate.Format "2006-01-02" }}
</p>
{{ .Content }}
{{ end }}