Cleanup: Remove URL from category_list_header component.
This commit is contained in:
@@ -17,7 +17,7 @@ include mixins/components
|
||||
|
||||
| {% block body %}
|
||||
.container.py-4
|
||||
+category_list_header('{{ page_title }}', '{{ page_description }}', '{{ request.url }}')
|
||||
+category_list_header('{{ page_title }}', '{{ page_description }}')
|
||||
|
||||
+category_list_item(
|
||||
'COURSES',
|
||||
|
Reference in New Issue
Block a user