aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/category.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/category.html')
-rwxr-xr-xcrumbs/templates/category.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/crumbs/templates/category.html b/crumbs/templates/category.html
index f741c6e..92505d2 100755
--- a/crumbs/templates/category.html
+++ b/crumbs/templates/category.html
@@ -9,7 +9,7 @@
{% for article in articles %}
{% with type='multi' %}
- {% include "card_content.html" %}
+ {% include "components/card_content.html" %}
{% endwith %}
{% endfor %}