diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-18 12:36:39 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-18 12:36:39 +0900 |
commit | 0154f00b08057faaa452105987cc6ef336058a92 (patch) | |
tree | cb4749106763b382956adde5c6602db7b2cb550a /_layout/head.html | |
parent | f4d3d4f01b539a3824ee000a275a3bcf3a5643c6 (diff) | |
download | site-0154f00b08057faaa452105987cc6ef336058a92.tar.gz |
Switch to MathML for web pages
Diffstat (limited to '_layout/head.html')
-rw-r--r-- | _layout/head.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_layout/head.html b/_layout/head.html index 3e4d65f..763c35f 100644 --- a/_layout/head.html +++ b/_layout/head.html @@ -1,6 +1,5 @@ {{insert hair.html}} {{isnotempty rss}}<meta name=description content="{{rss_description}}">{{end}} -{{if hasmath}}<link rel=stylesheet href=/css/katex.min.css>{{end}} {{isdef title}}<title>{{title}} - McSinyx</title>{{end}} <body> {{insert header.html}} |