summaryrefslogtreecommitdiffstats
path: root/layouts/reading
diff options
context:
space:
mode:
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 }}