git ssb

0+

Grey the earthling / gkn.me.uk



Commit 305411b620accbb0d285152dac313c556e5c02c3

Tidy series descriptions

Grey Nicholson committed on 7/3/2023, 1:01:44 AM
Parent: 54bbcf9b5ade7042142bafcfbb3a4e508bef66a0

Files changed

generator/templates/series.pychanged
generator/templates/series.pyView
@@ -28,14 +28,14 @@
2828
2929 def html(entries, series):
3030 colour_class = common.slugify(series)
3131 description_text = (
32- "An occasional blog in which I recommend "
33- "interesting, obscure and underheard music"
32 + (
33 + "An occasional blog in which I recommend interesting, obscure and underheard music"
34 + )
3435 if series == "the Friday Fetch-it"
3536 else (
36- "A stream-of-consciousness–type blog about "
37- "decay, perception, and dodgy assumptions"
37 + "A stream-of-consciousness–type blog about decay, perception, and dodgy assumptions"
3838 )
3939 if series == "Walking Dataloss"
4040 else ""
4141 )

Built with git-ssb-web