zola/components
Jeremy Kerr 1b20acabde config: Don't skip extra syntax loading if highlight_theme = css (#1732)
Currently, init_extra_syntaxtes_and_highlight_themes will supress
loading anything if highlight_theme is "css". This makes sense for the
highlight themes, but will also skip loading any extra syntax
definitions too.

This change defers the theme = css check, so we still load syntaxes in
this case.

Fixes: #1723

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
2022-01-23 14:33:51 +01:00
..
config config: Don't skip extra syntax loading if highlight_theme = css (#1732) 2022-01-23 14:33:51 +01:00
errors Update deps 2021-08-12 08:54:55 +02:00
front_matter make clippy a bit happier (#1588) 2021-08-18 09:36:51 +02:00
imageproc remove compiler warning (#1698) 2022-01-23 14:33:51 +01:00
library make asset colocation find assets which have no extension (as opposed to ignoring them) (#1734) 2022-01-23 14:33:51 +01:00
link_checker Add heuristic checking for HTML anchors (#1716) 2022-01-23 14:33:51 +01:00
rendering Fix shortcode handling in code-fences (#1720) 2022-01-23 14:33:51 +01:00
search make clippy a bit happier (#1588) 2021-08-18 09:36:51 +02:00
site Add heuristic checking for HTML anchors (#1716) 2022-01-23 14:33:51 +01:00
templates templates/load_data: add an optional parameter headers (#1710) 2022-01-23 14:33:51 +01:00
utils Add heuristic checking for HTML anchors (#1716) 2022-01-23 14:33:51 +01:00