dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix asset paths when baseURL has sub-folder (#103)
Anthony Fok
17.54.2018
89c26174a48f786f728c57d78fa53ffc100389c0
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
partials
/
site-scripts.html
1
2
3
4
{{ $script := .Site.Data.webpack_assets.app }}
{{ with $script.js }}
<script src="{{ relURL (printf "%s%s" "dist/" .) }}"></script>
{{ end }}