Not able to insert listing #4813
-
I have this in a file called "index.qmd" inside a folder called "rcd":
But , after doing quarto publish the page appears without any listing. In the "rcd" folder, I have a file called "rcd-aaa.qmd" with a title and a date in its yaml. I do not know what I am doing wrong. I have looked here first but have not found a solution. What I want is the .qmd files that are in my "rcd" folder to appear in the listing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Before |
Beta Was this translation helpful? Give feedback.
Ok I see the issue! Since the listing is in the rcd folder, there no need to include that in the
contents
(thisrcd/*.qmd
means look in a subfolder of the current folder calledrcd
and then get all files that have theqmd
extension). Just omitting thecontents
should work- that will by default just include all the qmds in the current folder (with the exception of the listing page itself):