This website works better with JavaScript.
Home
Explore
Help
Sign In
Pawlik
/
gohugo-theme-ananke
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
43
Wiki
Activity
Browse Source
add absURL to script
tags/v1.1
Bud Parr
7 years ago
parent
9c269b8068
commit
d8fd2457e9
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
layouts/partials/site-scripts.html
+ 1
- 1
layouts/partials/site-scripts.html
View File
<script src="
/dist/app.bundle.js
" async></script>
<script src="
{{ "dist/app.bundle.js" | absURL }}
" async></script>
Write
Preview
Loading…
Cancel
Save