Add the following to your config.toml
custom_js = ["js/custom.js"]
in your head.html
{{ range .Site.Params.custom_js -}}
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}
Under static -->js
save your custom.js file!
Rebuild
We're a place where coders share, stay up-to-date and grow their careers.
Add the following to your config.toml
custom_js = ["js/custom.js"]
in your head.html
{{ range .Site.Params.custom_js -}}
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}
Under static -->js
save your custom.js file!
Rebuild
an-object-is-a -
Omprakash Patra -
PrimeTek -
Darren White -
Discussion (0)