We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4255f commit 30bd660Copy full SHA for 30bd660
layouts/_default/baseof.html
@@ -20,6 +20,11 @@
20
21
<!-- Add twitter card for logo and images. You can preview cards in the X compose window. -->
22
{{ template "_internal/twitter_cards.html" . }}
23
+
24
+ {{/* Math equation support. See <https://gohugo.io/content-management/mathematics/#step-3>. */}}
25
+ {{ if .Param "math" }}
26
+ {{ partialCached "math.html" . }}
27
+ {{ end }}
28
</head>
29
<body>
30
{{ block "navbar" . }}
0 commit comments