mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Tanner Smith
03.26.2020 91715191544ceb747c78014b8d56c247e73759e4
1
2
3
4
{{ $script := .Site.Data.webpack_assets.app }}
{{ with $script.js }}
  <script src="{{ relURL (printf "%s%s" "dist/" .) }}"></script>
{{ end }}