From d6928d58e83af7ec624894956dd950b47c28f4a4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 23 Jul 2022 19:10:04 +0100 Subject: update --- content/blog/saturday_in_berwick.md | 12 ++++++++++++ themes/problematic/layouts/_default/single.html | 1 + themes/problematic/layouts/partials/posts.html | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 content/blog/saturday_in_berwick.md diff --git a/content/blog/saturday_in_berwick.md b/content/blog/saturday_in_berwick.md new file mode 100644 index 0000000..f4644bf --- /dev/null +++ b/content/blog/saturday_in_berwick.md @@ -0,0 +1,12 @@ +--- +title: "Seagulls, Saturday, Berwick" +date: 2022-07-23T17:20:07+01:00 +draft: true +categories: ['Uncategorised'] +--- + +We went to [The Granary Gallery](https://www.thegalleryguide.co.uk/galleries/granary-gallery) in Berwick today for a coffee and the weather was nice enough to take it outside. + +Unlike the most of the rest of the town, the patio area wasn't pasted with seagull excrement (Marygate is particularly enwhitened, adding to its delapidation). I'm not a Berwicker or have been in-tune enough during the five years I've lived here to have noticed whether this is an annual thing or arising from the weather, the economy, climate-change, or what. What's making the gulls so nonchalent? I've never noticed it before. Maybe we just need some rain. + +Then we went to Costa for a sandwich and bought supplies and puzzles and stuff for the children at the cheap shops on the way home. diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index 4142125..8da12c7 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -7,5 +7,6 @@

{{ .Title }}

+{{ .Date.Format "Monday, 2 January 2006" }} {{ .Content }} {{ end }} diff --git a/themes/problematic/layouts/partials/posts.html b/themes/problematic/layouts/partials/posts.html index c65664e..b1c8c82 100644 --- a/themes/problematic/layouts/partials/posts.html +++ b/themes/problematic/layouts/partials/posts.html @@ -8,7 +8,7 @@ {{ range where (where site.RegularPages "Section" "blog") ".Params.categories" "intersect" (slice ($key |title)) }} -
  • {{ .Title }}
  • +
  • {{ .Title }} ({{ .Date.Format "2 Jan 06" }})
  • {{ end }} -- cgit v1.2.3