From 32a4c96ee8043dff1e32937ebb6b94d75af9744f Mon Sep 17 00:00:00 2001 From: Fabrizio Duroni Date: Wed, 5 Feb 2020 08:46:59 +0100 Subject: [PATCH] Removed mathjax, hello katex :rocket: --- _includes/blog-post.html | 2 +- _includes/dependencies-js-blog.html | 33 ++++++----------------------- _includes/head.html | 1 + dependencies-js-blog.html | 33 ++++++----------------------- 4 files changed, 16 insertions(+), 53 deletions(-) diff --git a/_includes/blog-post.html b/_includes/blog-post.html index 4f6b8dbc2..60747452d 100644 --- a/_includes/blog-post.html +++ b/_includes/blog-post.html @@ -1,4 +1,4 @@ -
+

{{ include.post.title }}

diff --git a/_includes/dependencies-js-blog.html b/_includes/dependencies-js-blog.html index cb615e92b..151cbd0a2 100644 --- a/_includes/dependencies-js-blog.html +++ b/_includes/dependencies-js-blog.html @@ -1,30 +1,11 @@ {% if page.math %} - - - + + + {% endif %} diff --git a/_includes/head.html b/_includes/head.html index c10fd6cf9..5833a228e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,6 +12,7 @@ {% endif %} + {% include icons.html %} {% include analytics.html %} diff --git a/dependencies-js-blog.html b/dependencies-js-blog.html index cd36dcf15..ae05a6c3c 100644 --- a/dependencies-js-blog.html +++ b/dependencies-js-blog.html @@ -1,30 +1,11 @@ {% if page.math %} - - - + + + {% endif %}