diff --git a/templates/index.html b/templates/index.html index 682bfee..8735fb0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,9 @@ {% for path in paths %} {% if not "cache" in path %} - {{ path }} + {{ path }} + {% endif %} {% endfor %}