diff options
Diffstat (limited to 'layouts/reading/books/single.html')
-rw-r--r-- | layouts/reading/books/single.html | 15 |
1 files changed, 15 insertions, 0 deletions
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" }} + +<style type="text/css" media="screen"> + li { + margin-bottom: 1.2em; + } +</style> + +<h2 class="title">{{ .Title }}</h2> + + +{{ .Content }} + +- {{ .Date.Format "2 Jan 2006" }} +{{ end }} |