diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html
index fc84023..a746d9a 100644
--- a/discord_rss_bot/templates/index.html
+++ b/discord_rss_bot/templates/index.html
@@ -9,7 +9,7 @@
{% if feed_count.broken %}
- -
+ -
{% else %}
-
{% endif %}
diff --git a/pyproject.toml b/pyproject.toml
index c8edabf..2b1e1d1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ line-length = 120
target-version = ["py311"]
[tool.djlint]
-ignore = "D018,J018"
+ignore = "D004,D018,J018"
profile = "jinja"
max_line_length = 120
format_attribute_template_tags = true