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:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user