How to put/embed this html into quarto web footer? #13689
Replies: 2 comments 1 reply
-
|
Use your favourite browser to figure out the page-footer selectors and tweak the CSS as you need.
You need to ensure the path is resolved properly regardless of the page calling the footer. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you! If I want to put this "badge" on the footer, is there a way to do this using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Greetings!
I want to put the following AI attribution "badge" into my webpage footer. The badge is generated from https://aiattribution.github.io/
I have saved it in
html/ai-attribution-full.html. Can I include the following in_quarto.yml, expecting it to render the SVG as well?EDIT:
I can make it work by changing it into this:
But there are other issues.
Beta Was this translation helpful? Give feedback.
All reactions