geolexica / geolexica-server

Generalized backend for Geolexica sites
2 stars 1 forks source link

Disable Liquid processing for some machine-readable pages #75

Closed skalee closed 4 years ago

skalee commented 4 years ago

Jekyll 4 allows to disable liquid processing via front matter variable: https://github.com/jekyll/jekyll/pull/6824. We should use it in favour of {% raw %} wherever it's appropriate, e.g. in Jekyll::Geolexica::ConceptPage which is meant to produce some non-Liquid content.