Walmart Supplier Sandbox templates. Updated prod templates too.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
{% assign in_progress_courses = 0 %}
|
||||
{% for course in courses.enrolled %}
|
||||
{% if course.progress > 0 and course.progress < 100 %}
|
||||
@ -18,11 +20,14 @@
|
||||
alt="{{ homepage.headline }}"
|
||||
/>
|
||||
</div>
|
||||
{% include "sub_navigation" %}
|
||||
|
||||
<div class="np-max-width">
|
||||
<section>
|
||||
{% include 'homepage_nav' %}
|
||||
</div>
|
||||
<div class="np-max-width">
|
||||
{% comment %} <section>
|
||||
{% include 'welcome_section' %}
|
||||
</section>
|
||||
</section> {% endcomment %}
|
||||
<section>
|
||||
{% include 'homepage_widget_and_events' %}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user