diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-10 17:16:39 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-10 17:16:39 +0700 |
commit | a58cf8a92e236e256cfac61e80a3495d74bd6d09 (patch) | |
tree | 2833ab6f16dca9831d532bcc45db43a07d69a812 /_layout/head.html | |
parent | 41b4bf3143a5bc3ffa0531b312a6d78f8093bc6d (diff) | |
download | site-a58cf8a92e236e256cfac61e80a3495d74bd6d09.tar.gz |
Overhaul style sheets
Diffstat (limited to '_layout/head.html')
-rw-r--r-- | _layout/head.html | 5 |
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}} |