From d13b67d8c27f1e7c2c18f91dda6dffa016f6427b Mon Sep 17 00:00:00 2001
From: Mint <>
Date: Wed, 30 Nov 2022 23:20:39 +0300
Subject: [PATCH] Fix bug with homepage showing up instead of empty result
---
index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index a6198ee..a8eae20 100644
--- a/index.html
+++ b/index.html
@@ -102,12 +102,12 @@
{% endfor %}
- {% elif reason or blocks or reverse %}
+ {% elif reason or domain or reverse %}
{% if reason %}
Instances that use "{{reason}}" in their reason
{% elif reverse %}
Instances that are blocked by {{reverse}}
- {% elif blocks %}
+ {% elif domain %}
Instances that block {{domain}}
{% endif %}
{% for block_level in blocks %}
@@ -160,7 +160,7 @@
known instances: {{info.known_instances}}
indexed instances: {{info.indexed_instances}}
blocks recorded: {{info.blocks_recorded}}
- source code: git.kiwifarms.net/mint/fedi-block-api (mirror)
+ source code: git.kiwifarms.net/mint/fedi-block-api (mirror)
fuck jannies
#FreeMyNigga
--
2.39.5