diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/problematic/layouts/_default/single.html | 7 | ||||
-rw-r--r-- | themes/problematic/layouts/partials/reading.html | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index bc7133a..50605d1 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -1,4 +1,11 @@ {{ define "main" }} + +<style type="text/css" media="screen"> + li { + margin-bottom: 1.2em; + } +</style> + <h1 class="title">{{ .Title }}</h1> {{ .Content }} {{ end }} diff --git a/themes/problematic/layouts/partials/reading.html b/themes/problematic/layouts/partials/reading.html index 7ef6dcf..eecb36d 100644 --- a/themes/problematic/layouts/partials/reading.html +++ b/themes/problematic/layouts/partials/reading.html @@ -1,4 +1,7 @@ <h3>Reading by day</h3> + +This is intended to be an ongoing log of longer-form material. Not sure if I will continue to list it by day - that might be over ambitious. + <ul id="reading"> {{ range where site.RegularPages "Section" "reading" }} <li> |