coleslaw-org / coleslaw

Flexible Lisp Blogware
BSD 2-Clause "Simplified" License
553 stars 82 forks source link

"dot" and "slash" before html file #200

Closed aerphanas closed 1 year ago

aerphanas commented 1 year ago

coleslaw generate url with "dot" and "slash" after html

# example
<a href="https://kombinasiy.github.io/date/2022-12.\.html">2022-12</a>

tested on :

coleslaw installed with roswell

Expected Behavior

<a href="https://kombinasiy.github.io/date/2022-12.html">2022-12</a>
aerphanas commented 1 year ago

possible workaround, set :page-ext to "" and edit "posts/~a" to "posts/~a.html"

semilin commented 1 year ago

I can confirm the same problem and that the workaround solves it.

kingcons commented 1 year ago

Just posted a PR that hopefully resolves this without a coleslawrc hack.

aerphanas commented 1 year ago

fixed with pull request #207