Luminate Mexico templates for spanish and english courses. Todos. New script for bulk adding of people.

This commit is contained in:
Norm Rasmussen
2024-05-31 15:46:04 -04:00
parent ec2ef3a808
commit bf13bb7131
7 changed files with 75 additions and 12 deletions

View File

@ -25,12 +25,14 @@
{% endif %}
{% endfor %}
{% if course.properties.course_language == current_person.properties.language %}
{% if is_featured %}
{% assign featured_courses_count = featured_courses_count | plus: 1 %}
<div class="featured-course-slide" data-position="{{course.properties.course_position}}">
{% include "cards_article" with course %}
</div>
{% endif %}
{% endif %}
{% endif %}
{% endfor %}