Disable lazy images for now

The feature is very unstable on Zola's side, it causes a lot of
rendering issues that I don't know how to fix because it's not an issue
on my end.
This commit is contained in:
daudix
2024-08-05 05:41:17 +03:00
parent 22babf3354
commit f86f950866
5 changed files with 13 additions and 4 deletions

View File

@ -32,7 +32,6 @@ highlight_themes_css = [
{ theme = "solarized-light", filename = "syntax-theme-light.css" },
]
smart_punctuation = true
lazy_async_image = true
bottom_footnotes = true
[search]