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
Make asset paths absolute
budparr
14.12.2018
6e5e6df161d77fd490f053fc77930076d6f642f2
[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="{{ absURL (printf "%s%s" "/dist/" .) }}"></script>
{{ end }}