From a58cf8a92e236e256cfac61e80a3495d74bd6d09 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 10 Apr 2021 17:16:39 +0700 Subject: Overhaul style sheets --- _layout/head.html | 5 ++--- _layout/head_highlight.html | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 _layout/head_highlight.html (limited to '_layout') diff --git a/_layout/head.html b/_layout/head.html index 6a46812..da6421c 100644 --- a/_layout/head.html +++ b/_layout/head.html @@ -3,11 +3,10 @@ - {{if hasmath}} {{insert head_katex.html }} {{end}} - {{if hascode}} {{insert head_highlight.html }} {{end}} + {{if hasmath}}{{insert head_katex.html}}{{end}} - {{isdef title}} {{fill title}} {{end}} + {{isdef title}}{{fill title}} - McSinyx{{end}} {{insert header.html}} diff --git a/_layout/head_highlight.html b/_layout/head_highlight.html deleted file mode 100644 index b0b9142..0000000 --- a/_layout/head_highlight.html +++ /dev/null @@ -1 +0,0 @@ - -- cgit 1.4.1