From a53ba19fb0b8e9c2164338b4a7ceb39580a4821a Mon Sep 17 00:00:00 2001 From: Changkun Ou Date: Tue, 26 Jan 2021 13:13:42 +0100 Subject: [PATCH] themes: mathjax support --- themes/research/layouts/_default/baseof.html | 1 + themes/research/layouts/partials/scripts.html | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 themes/research/layouts/partials/scripts.html diff --git a/themes/research/layouts/_default/baseof.html b/themes/research/layouts/_default/baseof.html index 529ac10..110f8f8 100644 --- a/themes/research/layouts/_default/baseof.html +++ b/themes/research/layouts/_default/baseof.html @@ -28,5 +28,6 @@ {{ partial "header" . }} {{ block "main" . }}{{ end }} {{ partial "footer" . }} + {{ partial "scripts" .}} diff --git a/themes/research/layouts/partials/scripts.html b/themes/research/layouts/partials/scripts.html new file mode 100644 index 0000000..ddd8f04 --- /dev/null +++ b/themes/research/layouts/partials/scripts.html @@ -0,0 +1,13 @@ + +