enable img lazy loading
This commit is contained in:
parent
02de531630
commit
b574edd5c7
1 changed files with 5 additions and 0 deletions
|
|
@ -53,6 +53,11 @@ anchors = "on"
|
|||
internal_level = "warn"
|
||||
external_level = "error"
|
||||
|
||||
# Whether to set decoding="async" and loading="lazy" for all images
|
||||
# When turned on, the alt text must be plain text.
|
||||
# For example, `` is ok but `` isn’t ok
|
||||
lazy_async_image = true
|
||||
|
||||
[extra]
|
||||
author = "OniriCorpe"
|
||||
display_author = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue