Skip to content

Commit b42652e

Browse files
authored
Merge pull request #183 from stumbo/bs7_citations
Update js fetching
2 parents bdb0519 + 09b3e1a commit b42652e

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)