From 1656aaa6f12ddf6e705065ecebaeba1e8ba01446 Mon Sep 17 00:00:00 2001 From: Enju Aihara <9839590-EnjuAihara@users.noreply.gitlab.com> Date: Sat, 18 Jun 2022 00:25:26 +0200 Subject: [PATCH] add block level as id --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f5cde03..2e81835 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ {% elif blocks %}

Instances that block {{domain}}

{% for block_level in blocks.blocks %} -
+

{{block_level}} ({{blocks.blocks[block_level]|length}})

{% for block in blocks.blocks[block_level] %}
-- 2.39.5