summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/partials/reading.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/problematic/layouts/partials/reading.html')
-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 }}