summaryrefslogtreecommitdiffstats
path: root/layouts/reading
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-08-23 09:33:28 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-08-23 09:33:28 +0100
commitda73efa58e47048976a0172b4c022e9b3defb763 (patch)
tree00f3442dc666b7ad1a9fce9726aca115b815d11f /layouts/reading
parent3a9dbadab6459ef1005a33c50d9cc83fed5ef452 (diff)
update
Diffstat (limited to 'layouts/reading')
-rw-r--r--layouts/reading/books/single.html15
-rw-r--r--layouts/reading/single.html15
2 files changed, 30 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 }}
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" }}
+
+<style type="text/css" media="screen">
+ li {
+ margin-bottom: 1.2em;
+ }
+</style>
+
+<h2 class="title">{{ .Title }}</h2>
+
+
+{{ .Content }}
+
+- {{ .Date.Format "2 Jan 2006" }}
+{{ end }}