Skip to content

Commit 07f73f1

Browse files
committed
another attempt at getting slides to embed correctly...
1 parent f8542e3 commit 07f73f1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

content/_toc.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ parts:
2626
- file: themes/final_projects/placeholder.md
2727
- caption: Slides
2828
chapters:
29-
- url: slides/welcome.html
30-
title: Welcome and overview
29+
- file: links
30+
sections:
31+
- file: welcome_wrapper
3132
- caption: Assignments
3233
chapters:
3334
- file: assignments/README

content/slides/links.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Downloadable slides
2+
3+
### April 3, 2025:
4+
- [Welcome and Overview](welcome.html)

content/slides/welcome_wrapper.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Welcome and Overview
2+
3+
<iframe src="welcome.html" width="100%" height="600px" style="border:none;"></iframe>

0 commit comments

Comments
 (0)