Tweaked the book articles layout
This commit is contained in:
parent
e8d20ad887
commit
f8cce309c8
1 changed files with 12 additions and 0 deletions
12
layouts/books/single.html
Normal file
12
layouts/books/single.html
Normal 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 }}
|
Loading…
Add table
Reference in a new issue