Add necessary for Commento
This commit is contained in:
parent
deb93bf504
commit
c99f3aa0ca
4 changed files with 26 additions and 0 deletions
|
|
@ -91,6 +91,11 @@
|
|||
</script>
|
||||
<script type="text/javascript" src="{{"js/search.js" | relURL}}"></script>
|
||||
|
||||
{{ with .Site.Params.Commento }}
|
||||
<!-- Commento JavaScript -->
|
||||
<script defer src="{{ .scheme | default "https" }}://{{ .host }}/{{ .path | default "js/commento.js" }}"></script>
|
||||
{{ end }}
|
||||
|
||||
<!-- Custom JS -->
|
||||
{{ range .Site.Params.custom_js }}
|
||||
<script src="{{ . | absURL }}"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue