Add head-close, mirror of head-open (#92)

master
John Manoogian III 7 years ago committed by Calin Tataru
parent a357477aaa
commit 80c365b18d
  1. 5
      layouts/partials/head-close.html
  2. 7
      layouts/partials/head-open.html
  3. 2
      layouts/partials/header.html

@ -0,0 +1,5 @@
<!--
Intentionally left empty. Override this partial in your site to insert
code just after the CLOSING <head> tag. For example, to install an
analytics tracking package.
-->

@ -1,2 +1,5 @@
<!-- Intentionally left empty. Override this partial in your website to insert code
just after the opening <head> tag. For example, to install Google Tag Manager. -->
<!--
Intentionally left empty. Override this partial in your site to insert
code just after the OPENING <head> tag. For example, to install an
analytics tracking package.
-->

@ -24,6 +24,8 @@
gtag('config', '{{ .Site.GoogleAnalytics }}');
</script>
{{ end }}
{{ partial "head-close" . }}
</head>
{{ if .Site.Params.MathJax | default true }}
<!-- adds MathJax support -->

Loading…
Cancel
Save