digitalcraftsman / hugo-steam-theme

Port of Tommaso Barbato's Ghost theme Steam to Hugo
MIT License
66 stars 51 forks source link

customJS included using <link> rather than <script> #20

Closed NiklasRosenstein closed 7 years ago

NiklasRosenstein commented 7 years ago

layouts/partials/js.html

{{ range .Site.Params.customJS }}
<link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}