Skip to content

Commit 09b3e1a

Browse files
committed
Update js fetching
1 parent 17ca929 commit 09b3e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/bibliography/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ <h1>{{ .Title }}</h1>
299299
.citation-actions { display:flex; gap:.5rem; justify-content:flex-end; padding:.75rem 1rem; border-top:1px solid #eee; }
300300
</style>
301301

302-
<script src="/js/vendor/prettier/standalone.js" defer></script>
303-
<script src="/js/vendor/prettier/plugins/html.js" defer></script>
302+
<script src="{{ "js/vendor/prettier/standalone.js" | relURL }}" defer></script>
303+
<script src="{{ "js/vendor/prettier/plugins/html.js" | relURL }}" defer></script>
304304

305305
<script>
306306
(function () {

0 commit comments

Comments
 (0)