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
Add generated Webpack Assets file
budparr
11.26.2018
d6c636750273e9ed9bce913dd79e31fa0132324c
[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 }}