mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 16:58:01 -05:00
Previously, even if the document permalink was a folder, it would look for
an extension on that. For example, if I have:
permalink: "/new-version-jekyll-v3.0.0/"
the output_ext would be ".0". Now, the output_ext honors the trailing
slash and will report based on the converters instead.
126 B
126 B
permalink
| permalink |
|---|
| /with.dots/permalink.with.slash.tho/ |
I'm a file with dots BUT I have a permalink which ends with a slash.