1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

prevent Hugo's auto-escaping of base URL in twemoji JS

This commit is contained in:
2020-03-30 13:01:47 -04:00
parent 5a380a8a72
commit fa018564e5
2 changed files with 2 additions and 2 deletions

View File

@@ -10,8 +10,8 @@
{{ block "main" . }}{{ end }}
</div>
{{ partialCached "page/footer" . }}
{{ partial "scripts/twemoji" . }}
{{ partial "scripts/shortcodes" . }}
{{ partial "scripts/twemoji" . }}
{{ if eq hugo.Environment "production" }}
{{ partialCached "scripts/simple_analytics" . }}
{{ end }}