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

budparr
09.08.2018 2dd4f21c27c0ca29ab69284590107e3d19ae129d
layouts/partials/site-scripts.html
@@ -1 +1,6 @@
<script src="{{ "dist/app.bundle.js" | absURL }}" async></script>
{{ $css_path := $.Param "dev.js_path" | default "themes/gohugo-theme-ananke/static/dist/js" }}
{{ with $css_path }}
  {{ range readDir . }}
    <link href='/dist/js/{{ .Name }}' rel='stylesheet' type="text/css" data-turbolinks-track="reload" />
  {{ end }}
{{ end }}