jekyll-multiple-languages-plugin icon indicating copy to clipboard operation
jekyll-multiple-languages-plugin copied to clipboard

exclude_from_localizations won't exclude files containing a front matter

Open Anthony-Gaudino opened this issue 9 years ago • 2 comments

Since the fix of issue #70, only static files are being excluded using exclude_from_localizations.

Files that include a front matter, which are treated by Jekyll as a page are not being excluded, this includes sass and js files which can contain an empty front matter and are processed as pages.

Anthony-Gaudino avatar Aug 27 '16 16:08 Anthony-Gaudino

Any workaround to exclude files with front matter?

camel113 avatar Jul 06 '17 21:07 camel113

I would like to exclude a html file and I'm experiencing this problem now. Is there anything new about the fix?

DenisLug avatar Feb 19 '18 12:02 DenisLug