From a0adc2bb53bc0315a467eb8e02d72b80680828ef Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Fri, 19 Apr 2024 10:25:19 +0200 Subject: [PATCH] Added loading='lazy' --- templates/index.html | 2 +- templates/table.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/index.html b/templates/index.html index f325eb6..dbc8631 100644 --- a/templates/index.html +++ b/templates/index.html @@ -206,7 +206,7 @@
- Image + Image
diff --git a/templates/table.html b/templates/table.html index 0b0bf2d..c3630f5 100644 --- a/templates/table.html +++ b/templates/table.html @@ -18,9 +18,9 @@ {% if brick[5] == 'nil' %} - {{ brick[3] }} + {{ brick[3] }} {% else %} - {{ brick[3] }} + {{ brick[3] }} {% endif %} {{ brick[3] }} @@ -48,7 +48,7 @@ {% endfor %} @@ -68,7 +68,7 @@
- {{ fig[2] }} + {{ fig[2] }} X {{ fig[3] }}
@@ -92,9 +92,9 @@ {% if part[0] == fig[0] %} {% if part[5] == 'nil' %} - {{ part[3] }} + {{ part[3] }} {% else %} - {{ part[3] }} + {{ part[3] }} {% endif %} {{ part[3] }} {{ part[7] }} @@ -119,7 +119,7 @@ {% endfor %}