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 | |
parent | 770f7a054e915fb4c65043967e3353b958dc17c5 (diff) |
update
-rw-r--r-- | content/blog/facebook-clegg.md | 2 | ||||
-rw-r--r-- | content/blog/intro.md | 2 | ||||
-rw-r--r-- | themes/problematic/layouts/partials/reading.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/facebook-clegg.md b/content/blog/facebook-clegg.md index 40358da..67dcf7e 100644 --- a/content/blog/facebook-clegg.md +++ b/content/blog/facebook-clegg.md @@ -2,7 +2,7 @@ title: Nick Clegg is a total trumpet date: 2021-10-31 draft: false -categories: ['Uncategorised'] +categories: ['Spam'] --- And so is the other guy, obviously... diff --git a/content/blog/intro.md b/content/blog/intro.md index 37d72ac..fd78b64 100644 --- a/content/blog/intro.md +++ b/content/blog/intro.md @@ -2,7 +2,7 @@ title: "Test Page" date: 2021-05-17T19:39:13+01:00 draft: false -categories: ["Uncategorised"] +categories: ["Spam"] --- # Introduction 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 }} |