Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/header.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 2bb42b5..9186084 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -25,14 +25,14 @@
gtag('config', '{{ .Site.GoogleAnalytics }}');
</script>
{{ end }}
- </head>
- {{ if .Site.Params.MathJax | default true }}
- <!-- adds MathJax support -->
- <script type="text/javascript" async
- src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
- </script>
- {{ end }}
+ {{ if .Site.Params.MathJax | default true }}
+ <!-- adds MathJax support -->
+ <script type="text/javascript" async
+ src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+ </script>
+ {{ end }}
+ </head>
<body>
{{ partial "body-open" . }}