diff --git a/templates/index.html b/templates/index.html index 22804b8..682bfee 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,11 @@
{% for path in paths %}
- {{ path }}
+ {% if not "cache" in path %}
+
+
+
+ {% endif %}
{% endfor %}