diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-12 23:31:39 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-13 18:49:37 +0700 |
commit | 43a4b318cf7d4a9ab40fe800d6971d1ad4ee7f9f (patch) | |
tree | 9df5cfce703f7a0d5b5a087912fa854f6dc03825 /_layout/head.html | |
parent | ac4d614cb0223be8167cc73fe6eaa440bbed74a7 (diff) | |
download | site-43a4b318cf7d4a9ab40fe800d6971d1ad4ee7f9f.tar.gz |
Advertise RSS feed
Diffstat (limited to '_layout/head.html')
-rw-r--r-- | _layout/head.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/_layout/head.html b/_layout/head.html index 9c0eac5..4b4ca29 100644 --- a/_layout/head.html +++ b/_layout/head.html @@ -1,8 +1,4 @@ -<!doctype html> -<html lang=en> -<meta charset=UTF-8 name=viewport content='width=device-width, initial-scale=1'> -<link rel=icon href=/assets/favicon.png> -<link rel=stylesheet href=/css/style.css> +{{insert hair.html}} {{if hasmath}}<link rel=stylesheet href=/css/katex.min.css>{{end}} {{isdef title}}<title>{{title}} - McSinyx</title>{{end}} <body> |