borkdude / quickblog

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

Allow omitting .html suffix from rendered page links #78

Closed anderseknert closed 9 months ago

anderseknert commented 9 months ago

I prefer my links without it, so a configuration option like :page-suffix, where the default is ".html" to keep with current behavior, but where one may set a blank string to have it removed, would be a good addition.