Move tweemoji import

This commit is contained in:
Luiz F. A. de Prá
2020-09-30 09:16:54 -03:00
parent 95fa5d7108
commit 8523b3c90d

View File

@@ -10,10 +10,6 @@
<meta name="description" content="{{ .Description | default (.Summary | default .Site.Params.description ) }}"> <meta name="description" content="{{ .Description | default (.Summary | default .Site.Params.description ) }}">
<meta name="keywords" content="{{ (delimit .Keywords ",") | default .Site.Params.keywords }}"> <meta name="keywords" content="{{ (delimit .Keywords ",") | default .Site.Params.keywords }}">
{{ if .Site.Params.enableTwemoji }}
<script src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js" crossorigin="anonymous"></script>
{{ end }}
{{ template "_internal/twitter_cards.html" . }} {{ template "_internal/twitter_cards.html" . }}
{{ template "_internal/opengraph.html" . }} {{ template "_internal/opengraph.html" . }}
@@ -87,6 +83,10 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
{{ end -}} {{ end -}}
{{ if .Site.Params.enableTwemoji }}
<script src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js" crossorigin="anonymous"></script>
{{ end }}
{{ hugo.Generator }} {{ hugo.Generator }}
</head> </head>