diff options
Diffstat (limited to 'themes/ananke/layouts/partials/site-scripts.html')
-rw-r--r-- | themes/ananke/layouts/partials/site-scripts.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/ananke/layouts/partials/site-scripts.html b/themes/ananke/layouts/partials/site-scripts.html new file mode 100644 index 0000000..bd6c7f5 --- /dev/null +++ b/themes/ananke/layouts/partials/site-scripts.html @@ -0,0 +1,4 @@ +{{ $script := .Site.Data.webpack_assets.app }} +{{ with $script.js }} + <script src="{{ relURL (printf "%s%s" "dist/" .) }}"></script> +{{ end }} |