選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

site-scripts.html 267B

123456
  1. {{ $css_path := $.Param "dev.js_path" | default "themes/gohugo-theme-ananke/static/dist/js" }}
  2. {{ with $css_path }}
  3. {{ range readDir . }}
  4. <link href='/dist/js/{{ .Name }}' rel='stylesheet' type="text/css" data-turbolinks-track="reload" />
  5. {{ end }}
  6. {{ end }}