From ac73f7ff7739157254bfcec36ef9463c86b0de72 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 16 Nov 2021 17:35:21 +0700 Subject: Overhaul style --- _layout/head.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to '_layout/head.html') diff --git a/_layout/head.html b/_layout/head.html index da6421c..8f5353f 100644 --- a/_layout/head.html +++ b/_layout/head.html @@ -1,14 +1,15 @@ - - - - - {{if hasmath}}{{insert head_katex.html}}{{end}} - - - {{isdef title}}{{fill title}} - McSinyx{{end}} - + + +{{if hasmath}}{{end}} + + +{{isdef title}}{{title}} - McSinyx{{end}} - {{insert header.html}} - - +{{insert header.html}} +{{isnotempty rss}}

{{title}}

+
+ Originally published: {{date}}
+ Tags:{{for tag in tags}} + {{tag}}{{end}}
+
{{end}} -- cgit 1.4.1