containerd/docs/layouts/partials/javascript.html
Luc Perkins d1503dc9ce Migrate website to Hugo
Signed-off-by: Luc Perkins <lucperkins@gmail.com>
2018-05-15 12:30:26 -07:00

4 lines
129 B
HTML

{{- $jsFiles := .Site.Params.js -}}
{{- range $jsFiles }}
<script src="{{ printf "/js/%s.js" . | absURL }}"></script>
{{- end }}