feat: add ability to add custom css and js
This commit is contained in:
parent
f0bfed856f
commit
4bb4bb00b4
3 changed files with 16 additions and 3 deletions
|
@ -16,3 +16,9 @@
|
|||
ga('send', 'pageview');
|
||||
</script>
|
||||
{{- end}}
|
||||
|
||||
{{ range $val := $.Site.Params.customJS }}
|
||||
{{ if gt (len $val) 0 }}
|
||||
<script src="{{ $val }}"></script>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue