aboutsummaryrefslogtreecommitdiffstats
path: root/gemtext2html.awk
diff options
context:
space:
mode:
Diffstat (limited to 'gemtext2html.awk')
-rw-r--r--gemtext2html.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemtext2html.awk b/gemtext2html.awk
index b4e1db2..409de18 100644
--- a/gemtext2html.awk
+++ b/gemtext2html.awk
@@ -127,7 +127,7 @@ $0 !~ /^(=>|```|#{1,3} |* |>|[[:blank:]]*$)/{ # líneas de texto (no "especiales
# si el path es imagen
if( match($1, /(png|jpg|gif)$/) ){
# crea imagen <img>
- $0="<img src='"$1"' alt='"texto"'/>"
+ $0="<img src='"$1"' alt='"texto"' loading='lazy'/>"
}
# si el path no es imagen
else{
Un proyecto texto-plano.xyz