borkdude / quickblog

Light-weight static blog engine for Clojure and babashka
https://blog.michielborkent.nl/
MIT License
165 stars 28 forks source link

Fix tags with spaces #32

Closed jmglov closed 2 years ago

jmglov commented 2 years ago

This fix adds a Selmer filter that is used in the post template, so it will be necessary to update at that template. This can be done in either of the following two ways:

$ rm templates/post.html && bb quickblog render

You can also update all templates:

$ bb quickblog refresh-templates && bb quickblog render

Please answer the following questions and leave the below in as part of your PR.