diff options
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 }} |