Supplier templates

This commit is contained in:
Norm Rasmussen
2025-06-17 16:50:09 -04:00
parent 3563ae04c8
commit e33ee9701a
4 changed files with 8 additions and 3 deletions

View File

@ -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 %}