Walmart supplier, new templates.

This commit is contained in:
Norm Rasmussen
2025-09-08 16:47:28 -04:00
parent cb7ba76a7d
commit 183b3e82f0
5 changed files with 34 additions and 16 deletions

View File

@ -17,9 +17,10 @@
<main class="np-main np-catalog np-subpage-container np-max-width">
{% include 'welcome_section_opencall' %}
<div class="lps-wrapper grid">
{% for learning_path in learning_paths.enrolled %}
{% assign opencall_enrolled_lps = learning_paths.enrolled | sort: "name" %}
{% for learning_path in opencall_enrolled_lps %}
{% for category in learning_path.categories %}
{% if category.name == "Sam's Club" %}
{% if category.name == "Open Call" %}
{% include "cards_learning_paths_squares" %}
{% endif %}
{% endfor %}
@ -38,4 +39,4 @@
.grid {
flex-direction: column;
}
</style>
</style>