add link to self-contained html #3449
-
Hey guys I have a self contained static webpage "xyz.html" that I generated in Python. I tried this in _quarto.yml but it didn't work...
I have gass_dash.html in the root directory because I don't really know best practice where to put it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
add: - resources:
- xyz.html to your document's front matter. |
Beta Was this translation helpful? Give feedback.
add:
to your document's front matter.