diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 07:28:09 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 07:28:09 +0100 |
commit | 3d6a71c59432b99b32a86e4c5df579f14bf7bec4 (patch) | |
tree | 573227896bce3e1e1e794a9cae1b578dce599e46 /themes | |
parent | 3f05e1e592ba91fccc06b745f0b31a10ab2a1391 (diff) |
more tweaks and fleshed out reading page
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> |