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.
2 parents bdb0519 + 09b3e1a commit b42652eCopy full SHA for b42652e
layouts/bibliography/single.html
@@ -299,8 +299,8 @@ <h1>{{ .Title }}</h1>
299
.citation-actions { display:flex; gap:.5rem; justify-content:flex-end; padding:.75rem 1rem; border-top:1px solid #eee; }
300
</style>
301
302
-<script src="/js/vendor/prettier/standalone.js" defer></script>
303
-<script src="/js/vendor/prettier/plugins/html.js" defer></script>
+<script src="{{ "js/vendor/prettier/standalone.js" | relURL }}" defer></script>
+<script src="{{ "js/vendor/prettier/plugins/html.js" | relURL }}" defer></script>
304
305
<script>
306
(function () {
0 commit comments