mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Support compound file extensions. Fix #2780
Before this commit, the file extension matcher could not match compound file extensions; e.g., '.md.html' would match `.html`
This commit is contained in:
parent
e4d9c41a77
commit
d44d27f093
3 changed files with 16 additions and 1 deletions
3
RELEASE.md
Normal file
3
RELEASE.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Release type: minor
|
||||
|
||||
Support matching compound file extensions for custom readers; e.g., `.md.html`
|
||||
Loading…
Add table
Add a link
Reference in a new issue