Skip to content

Commit 5463074

Browse files
committed
Fixed the landing_page.qmd for proper sourcing of its css... though this page doesn't seem to be implemented yet.
1 parent 4e7be04 commit 5463074

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/landing_page/landing_page.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
format:
33
html:
4-
theme: [src/custom.scss , landing_page.scss]
4+
theme:
5+
- src/custom.scss
6+
- src/landing_page/landing_page.scss
57

68
---
79

@@ -16,7 +18,7 @@ Subtitle
1618
:::
1719

1820
::: {.column width="60%"}
19-
![](images/IBMlogo.png){width=400}
21+
![](/images/IBMlogo.png){width=400}
2022
:::
2123

2224
::::

0 commit comments

Comments
 (0)