jekyll-multiple-languages-plugin
jekyll-multiple-languages-plugin copied to clipboard
exclude_from_localizations won't exclude files containing a front matter
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.
Any workaround to exclude files with front matter?
I would like to exclude a html file and I'm experiencing this problem now. Is there anything new about the fix?