From 885327a97cea8dc53c4b2b493eb27689e40e54a3 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Sun, 14 Aug 2022 22:06:02 +0300 Subject: [PATCH] Add noreferrer attribute to instance links --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 82de5ee..ff31a7d 100644 --- a/index.html +++ b/index.html @@ -60,9 +60,9 @@ {% for block in blocks.blocks[block_level] %}
- {{block.blocker}} -> + {{block.blocker}} -> - {{block.blocked}}
+ {{block.blocked}}
{{block.reason}}
{% endfor %} @@ -76,7 +76,7 @@ {% for block in blocks.blocks[block_level] %}
- {{block}} + {{block}} {% if block in blocks.wildcards %} () {% endif %} -- 2.39.5