Commit 305411b620accbb0d285152dac313c556e5c02c3
Tidy series descriptions
Grey Nicholson committed on 7/3/2023, 1:01:44 AMParent: 54bbcf9b5ade7042142bafcfbb3a4e508bef66a0
Files changed
generator/templates/series.py | changed |
generator/templates/series.py | ||
---|---|---|
@@ -28,14 +28,14 @@ | ||
28 | 28 … | |
29 | 29 … | def html(entries, series): |
30 | 30 … | colour_class = common.slugify(series) |
31 | 31 … | 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 … | + ) | |
34 | 35 … | if series == "the Friday Fetch-it" |
35 | 36 … | 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" | |
38 | 38 … | ) |
39 | 39 … | if series == "Walking Dataloss" |
40 | 40 … | else "" |
41 | 41 … | ) |
Built with git-ssb-web