From 4eb9e6d17b4d937dbaf3b607c280c3df81ecff0c Mon Sep 17 00:00:00 2001 From: Dillon Date: Thu, 30 Jan 2020 12:56:22 +0800 Subject: [PATCH] Revert "Fix the formulas bug, make it inline possible" --- layouts/partials/head.html | 3 --- layouts/partials/math.html | 10 ---------- 2 files changed, 13 deletions(-) delete mode 100644 layouts/partials/math.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 07f9efd1..7a392a85 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -54,6 +54,3 @@ {{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}} {{ end }} -{{ if or .Params.math .Site.Params.math }} - {{ partial "math.html" . }} -{{ end }} diff --git a/layouts/partials/math.html b/layouts/partials/math.html deleted file mode 100644 index feb09e65..00000000 --- a/layouts/partials/math.html +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file