Move global head to file and split between page-specific and global

This commit is contained in:
Frankie B 2022-09-19 21:21:41 +00:00
commit 199be00b8c
9 changed files with 42 additions and 127 deletions

4
inc/head.html Normal file
View file

@ -0,0 +1,4 @@
<meta charset="utf-8">
<meta property="og:type" content="website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" id="theme" href="/res/css/dark.css" type="text/css">