diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b429b6f8..94b2576e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,6 +19,10 @@ {{ partial "head/microformats" . }} {{ partial "head/others" . }} {{ partial "head/custom" . }} + + {{ if .Param "math" }} + {{ partialCached "math.html" . }} + {{ end }}
diff --git a/layouts/partials/math.html b/layouts/partials/math.html new file mode 100644 index 00000000..70ee36c4 --- /dev/null +++ b/layouts/partials/math.html @@ -0,0 +1,21 @@ + + + + \ No newline at end of file