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

@ -8,6 +8,16 @@ Several lesser known Duckquill thingies.
<small>If you have some, please consider sharing them here.</small>
## Table of Contents
- [Styling](#styling)
- [Navbar](#navbar)
- [Headings](#headings)
- [Strikethrough](#strikethrough)
- [Edge Highlights](#edge-highlights)
- [Horizontal Rules](#horizontal-rules)
- [Background Image](#background-image)
## Styling
Duckquill is pretty easy to restyle with just a few lines of SCSS in the [appropriate location](@/_index.md#custom-stylesheets). Let's see some examples.