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

budparr
09.31.2018 35bb658973904829085a5f71012ecc92f10e2d03
1
2
3
4
5
6
{{ $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 }}