diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 21:36:02 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 21:36:02 +0100 |
commit | d67a8fed5a3b8dd9ca5134d0d39b4e6a02ee95ef (patch) | |
tree | 3f052455df9bab4156b2df65ebf81101f98e2919 /themes | |
parent | 770f7a054e915fb4c65043967e3353b958dc17c5 (diff) |
update
Diffstat (limited to 'themes')
-rw-r--r-- | themes/problematic/layouts/partials/reading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/problematic/layouts/partials/reading.html b/themes/problematic/layouts/partials/reading.html index eecb36d..efc7cee 100644 --- a/themes/problematic/layouts/partials/reading.html +++ b/themes/problematic/layouts/partials/reading.html @@ -5,7 +5,7 @@ This is intended to be an ongoing log of longer-form material. Not sure if I wil <ul id="reading"> {{ range where site.RegularPages "Section" "reading" }} <li> - <a href="{{ .Permalink }}">{{ .Title }}</a><br> + <a href="{{ .Permalink }}">{{ .Title }}</a> {{ .Summary }} </li> {{ end }} |