Add necessary for Commento

This commit is contained in:
nemunaire 2021-07-11 14:52:01 +02:00
commit c99f3aa0ca
4 changed files with 26 additions and 0 deletions

View file

@ -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>