about summary refs log tree commit diff homepage
path: root/_layout/head.html
diff options
context:
space:
mode:
Diffstat (limited to '_layout/head.html')
-rw-r--r--_layout/head.html5
1 files changed, 2 insertions, 3 deletions
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 @@
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  {{if hasmath}} {{insert head_katex.html }}     {{end}}
-  {{if hascode}} {{insert head_highlight.html }}   {{end}}
+  {{if hasmath}}{{insert head_katex.html}}{{end}}
   <link rel="stylesheet" href="/css/style.css">
   <link rel="icon" href="/assets/favicon.png">
-  {{isdef title}} <title>{{fill title}}</title>  {{end}}
+  {{isdef title}}<title>{{fill title}} - McSinyx</title>{{end}}
 </head>
 <body>
   {{insert header.html}}