Skip to content

Commit 9975af7

Browse files
authored
Update _quarto.yml (#11)
added the missing resources line to get the default image attached to modules without one
1 parent df9a3d5 commit 9975af7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_quarto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ project:
55
- "*/index.qmd" # new sport pages
66
- "*/*/index.qmd" # module pages
77
- "by-statsds-topic.qmd"
8-
8+
resources:
9+
- "_img/default_thumbnail.png" # provide default thumbnail
10+
911
metadata-files:
1012
- sidebar-sports.yml
1113

0 commit comments

Comments
 (0)