• #dev 2021-01-03
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2021-01-03 UTC
# 22:42
btrem
The neat thing I did in jinja: the guy who wrote the python scripts was sending page titles as arrays with the title as is for use inside <h1> and as a slug for use in urls. And it was hard to follow. So I added a slugify module and created a filter. Voila, <h1>title</h1> and <a href="title | slugify"/>.