We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e2b07 commit 96121b3Copy full SHA for 96121b3
_quarto.yml
@@ -86,7 +86,7 @@ format:
86
include-after-body:
87
- file: _includes/navbar/navbar.html
88
- text: |
89
- <script>document.addEventListener('DOMContentLoaded',async()=>{const e=document.querySelector('.navbar-logo');if(!e)return;const t=await fetch('/assets/logo/turing-logo-light.svg').then(e=>e.text()),o=new DOMParser().parseFromString(t,'image/svg+xml').documentElement;o.classList.add('navbar-logo'),e.replaceWith(o)});</script>
+ <script>document.addEventListener('DOMContentLoaded',async()=>{const e=document.querySelector('img.navbar-logo');if(!e)return;const t=await fetch('./assets/logo/turing-logo-light.svg').then(e=>e.text()),o=new DOMParser().parseFromString(t,'image/svg+xml').documentElement;o.classList.add('navbar-logo'),e.replaceWith(o)});</script>
90
91
# Global Variables to use in any qmd files using:
92
# {{< meta site-url >}}
0 commit comments