We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684c7e2 commit cbbb97fCopy full SHA for cbbb97f
_config.yml
@@ -152,10 +152,6 @@ collections:
152
products:
153
output: true
154
permalink: /products/:path/
155
- courses:
156
- parse: false # CRITICAL: Ensures course HTML is copied as-is (no Al-folio theme)
157
- output: true
158
- permalink: /courses/:path/
159
160
announcements:
161
enabled: true
_pages/courses.md
@@ -1,12 +1,16 @@
1
---
2
layout: page
3
-title: Courses Offered
+title: Courses
4
permalink: /courses-list/
5
nav: true
6
description: List of paid courses offered by Creative Net.
7
nav_order: 7
8
9
10
+
11
+{% include course_listing_loop.liquid archive_status="current" %}
12
13
14
{% tabs Courses %}
15
16
{% tab Courses Current-Course-List %}
0 commit comments