Skip to content

Commit 7616f79

Browse files
Fix education/education double listings - move sections to correct location and update paths
Co-authored-by: JacobKMcPherson <[email protected]>
1 parent f5a15be commit 7616f79

File tree

16 files changed

+21
-16
lines changed

16 files changed

+21
-16
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alias: &ALIAS ce
44
#image: featured.png
55
listing:
66
id: pubs
7-
template: ../../../_ejs/education.ejs
7+
template: ../../_ejs/education.ejs
88
contents:
99
- "!../_template/"
1010
- "./**/*.qmd"
@@ -27,11 +27,11 @@ Available at [**LearningExpress CE**](https://www.learningexpressce.com/), our C
2727
```{=html}
2828
<div class="page-navigation">
2929
<div>
30-
<a href="/education/education/workshops" class="btn btn-outline-primary">
30+
<a href="/education/workshops" class="btn btn-outline-primary">
3131
<i class="bi bi-arrow-left"></i> Workshops</a>
3232
</div>
3333
<div>
34-
<a href="/education/education/courses" class="btn btn-outline-primary">Courses <i class="bi bi-arrow-right"></i></a>
34+
<a href="/education/courses" class="btn btn-outline-primary">Courses <i class="bi bi-arrow-right"></i></a>
3535
</div>
3636
</div>
3737
```
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alias: &ALIAS courses
44
#image: featured.png
55
listing:
66
id: pubs
7-
template: ../../../_ejs/education.ejs
7+
template: ../../_ejs/education.ejs
88
contents:
99
- "!../_template/"
1010
- "./**/*.qmd"
@@ -27,12 +27,12 @@ Available at [**Coursera**](https://www.coursera.org/), our courses are designed
2727
```{=html}
2828
<div class="page-navigation">
2929
<div>
30-
<a href="/education/education/ce" class="btn btn-outline-primary">
30+
<a href="/education/ce" class="btn btn-outline-primary">
3131
<i class="bi bi-arrow-left"></i> Continuing Education
3232
</a>
3333
</div>
3434
<div>
35-
<a href="/education/education/lectures" class="btn btn-outline-primary">Lectures <i class="bi bi-arrow-right"></i></a>
35+
<a href="/education/lectures" class="btn btn-outline-primary">Lectures <i class="bi bi-arrow-right"></i></a>
3636
</div>
3737
</div>
3838
```

education/index.qmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
title: Education
33
listing:
44
- id: education
5-
contents: education/**/index.qmd
5+
contents:
6+
- ce/index.qmd
7+
- courses/index.qmd
8+
- lectures/index.qmd
9+
- textbooks/index.qmd
10+
- workshops/index.qmd
611
type: grid
712
fields: [title]
813
sort: false
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alias: &ALIAS lectures
44
#image: featured.png
55
listing:
66
id: pubs
7-
template: ../../../_ejs/education.ejs
7+
template: ../../_ejs/education.ejs
88
contents:
99
- "!../_template/"
1010
- "./**/*.qmd"
@@ -27,12 +27,12 @@ Available at Open Education Resources Commons ([**OER Commons**](https://www.oer
2727
```{=html}
2828
<div class="page-navigation">
2929
<div>
30-
<a href="/education/education/courses" class="btn btn-outline-primary">
30+
<a href="/education/courses" class="btn btn-outline-primary">
3131
<i class="bi bi-arrow-left"></i> Courses
3232
</a>
3333
</div>
3434
<div>
35-
<a href="/education/education/textbooks" class="btn btn-outline-primary">Textbooks <i class="bi bi-arrow-right"></i></a>
35+
<a href="/education/textbooks" class="btn btn-outline-primary">Textbooks <i class="bi bi-arrow-right"></i></a>
3636
</div>
3737
</div>
3838
```

0 commit comments

Comments
 (0)