Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsnjack/hugo-changelog-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/head.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f102257..fe7c416 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,6 +27,9 @@
<link rel="stylesheet" href="{{ . | relURL }}">
{{- end }}
+ {{ range .Site.Params.customJS -}}
+ <script src="{{ . | relURL }}"></script>
+ {{- end }}
</head>
<body>