mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
6 lines
177 B
HTML
6 lines
177 B
HTML
{{ $script := .Site.Data.webpack_assets.app }}
|
|
{{ with resources.Get "/ananke/js/main.js" }}
|
|
{{ $js := . | js.Build }}
|
|
<script src="{{ .RelPermalink }}"></script>
|
|
{{ end }}
|