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 i18n translation support (#156)
Jan Steinke
23.30.2019
76e4b7174a5e510010c6835d8e65a6ae4f0ff2c1
[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 }}