Skip to content

Commit c2fc693

Browse files
Fix template path from ../../_ejs to ../../../_ejs for education subdirectories
Co-authored-by: JacobKMcPherson <[email protected]>
1 parent 89caf38 commit c2fc693

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

education/education/ce/index.qmd

Lines changed: 1 addition & 1 deletion
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/publications.ejs
7+
template: ../../../_ejs/publications.ejs
88
contents:
99
- "!../_template/"
1010
- "./**/*.qmd"

education/education/courses/index.qmd

Lines changed: 1 addition & 1 deletion
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/publications.ejs
7+
template: ../../../_ejs/publications.ejs
88
contents:
99
- "!../_template/"
1010
- "./**/*.qmd"

education/education/lectures/index.qmd

Lines changed: 1 addition & 1 deletion
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/publications.ejs
7+
template: ../../../_ejs/publications.ejs
88
contents:
99
- "!../_template/"
1010
- "./**/*.qmd"

education/education/textbooks/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alias: &ALIAS textbooks
44
#image: featured.png
55
listing:
66
id: pubs
7-
template: ../../_ejs/publications.ejs
7+
template: ../../../_ejs/publications.ejs
88
contents:
99
- "!../_template/"
1010
- "./**/*.qmd"

education/education/workshops/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alias: &ALIAS workshops
44
#image: featured.png
55
listing:
66
id: pubs
7-
template: ../../_ejs/publications.ejs
7+
template: ../../../_ejs/publications.ejs
88
contents:
99
- "!../_template/"
1010
- "./**/*.qmd"

0 commit comments

Comments
 (0)