This commit is contained in:
adityapk00
2019-01-07 13:19:55 -08:00
parent 2240f29612
commit 916b321874
59 changed files with 16176 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
{{ $script := .Site.Data.webpack_assets.app }}
{{ with $script.js }}
<script src="{{ relURL (printf "%s%s" "dist/" .) }}"></script>
{{ end }}