From bbbc53a5ec92daf894954aa975fb4a29b8b01699 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 2 Aug 2021 10:06:54 +0200 Subject: added katex --- template/_includes.html | 6 ------ template/_libraries.html | 11 +++++++++++ template/post.html | 2 ++ template/style.css | 4 ++++ 4 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 template/_libraries.html (limited to 'template') diff --git a/template/_includes.html b/template/_includes.html index 4996940..8627609 100755 --- a/template/_includes.html +++ b/template/_includes.html @@ -1,9 +1,3 @@ - - - - - - diff --git a/template/_libraries.html b/template/_libraries.html new file mode 100644 index 0000000..1a7b911 --- /dev/null +++ b/template/_libraries.html @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/template/post.html b/template/post.html index 00be220..512fff6 100755 --- a/template/post.html +++ b/template/post.html @@ -63,6 +63,8 @@ {{template "_includes.html"}} + {{template "_libraries.html"}} + diff --git a/template/style.css b/template/style.css index d4832b1..8152dab 100755 --- a/template/style.css +++ b/template/style.css @@ -313,6 +313,10 @@ article strong { font-weight: 600; } +article .katex-display { + margin: 3em 0 !important; +} + /* audio */ audio { -- cgit v1.2.3