mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-09 09:42:45 +00:00
This file is generated by Webpack and writes the names of our hashed assets Signed-off-by: budparr <budparr@gmail.com>
5 lines
136 B
HTML
5 lines
136 B
HTML
{{ $script := .Site.Data.webpack_assets.app }}
|
|
{{ with $script.js }}
|
|
<script src="{{ printf "%s%s" "/dist/" . }}"></script>
|
|
{{ end }}
|