-
Hello there, This is related to some previous discussions (#3725, #3162), but let me ask a clarifying question (and apologies if there is a known trivial solution to this that have ignored, I am a newcomer to Quarto): I'm using Jupyter Lab (and Python), and then Quarto when producing a (very simple) webpage. In particular, I am trying to customise the title block to add new items, such as an affiliation, on the front page (in addition to "Author") when rendering Quarto output to html. I have followed the advice to use the partial title-block.html , but for some reason, it seems not to alter the front-matter. It is as if Quarto did not recognise that it should use title-block.htlm-file when rendering my ipynb-file. I have included the following in the YAML:
and I am using the example for title-block.html from #3162, provided by @dragonstyle to include author affiliations (which I also have in the YAML). What should I do to implement the desired change? All kinds of suggestions would be most welcome. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Can you a reproducible example (as a Github repo maybe ? or a zip bundle ?) ? I tried to reproduce with a simple example and when modifying title block, it correctly get taken into account. Which title block exactly are you using ? There are several shared in #3162 thread. Thank you |
Beta Was this translation helpful? Give feedback.
Can you a reproducible example (as a Github repo maybe ? or a zip bundle ?) ? I tried to reproduce with a simple example and when modifying title block, it correctly get taken into account. Which title block exactly are you using ? There are several shared in #3162 thread.
Thank you