summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/partials/reading.html
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-19 21:36:02 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-19 21:36:02 +0100
commitd67a8fed5a3b8dd9ca5134d0d39b4e6a02ee95ef (patch)
tree3f052455df9bab4156b2df65ebf81101f98e2919 /themes/problematic/layouts/partials/reading.html
parent770f7a054e915fb4c65043967e3353b958dc17c5 (diff)
update
Diffstat (limited to '')
-rw-r--r--themes/problematic/layouts/partials/reading.html2
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 }}