Supplier templates
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{% assign skip_course_page = false %}
|
||||
{% for category in course.categories %}
|
||||
{% if category.name == 'Blog' or category.name == 'HelpDoc' %}
|
||||
{% if category.name == 'Blog' %}
|
||||
{% comment %}{% or category.name == 'HelpDoc' %} {% endcomment %}
|
||||
{% assign skip_course_page = true %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user