From 983b64ca51f5e769f790a5ebc55e3808157b8d94 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 5 Jun 2020 16:57:53 +0200 Subject: updated to newest theme supporting newer hugo versions --- themes/new_theme/layouts/partials/mathjax.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/new_theme/layouts/partials/mathjax.html (limited to 'themes/new_theme/layouts/partials/mathjax.html') diff --git a/themes/new_theme/layouts/partials/mathjax.html b/themes/new_theme/layouts/partials/mathjax.html new file mode 100644 index 0000000..8a5ea04 --- /dev/null +++ b/themes/new_theme/layouts/partials/mathjax.html @@ -0,0 +1,3 @@ +{{ if and .IsPage (eq (.Param "mathjax") true) }} + +{{ end }} \ No newline at end of file -- cgit v1.2.3-54-g00ecf