gflohr / qgoda

Qgoda (pronounce: yagoda!) is an extensible static site generator with arbitrary taxonomies and cross-links and a strong focus on multilanguage facilities.
https://www.qgoda.net/
Other
31 stars 4 forks source link

Write Replacement for File::Spec #111

Closed gflohr closed 1 year ago

gflohr commented 1 year ago

File::Spec uses native path separators but we only want slashes.

There should be a wrapper Qgoda::File::Spec that only returns paths with slashes.

gflohr commented 1 year ago

Fixed.