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
Replace Asset References with a data file instead of paths (#96)
Bud Parr
11.35.2018
8b43f4662e8d078944c208df92cc147d7fce93fe
[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="{{ printf "%s%s" "/dist/" . }}"></script>
{{ end }}