Some optimizations. Improve font loading and embed global.css directly
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<title>{{.}} ~ PixelDrain</title>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/global.css"/>
|
||||
<link rel="stylesheet" href="/res/style/layout.css"/>
|
||||
<link rel="shortcut icon" href="/res/img/tray32.png"/>
|
||||
<meta name="theme-color" content="#9FCF6C"/>
|
5
res/template/fragments/user_style.html
Normal file
5
res/template/fragments/user_style.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{define "user_style"}}
|
||||
<style>
|
||||
{{.UserStyle}}
|
||||
</style>
|
||||
{{end}}
|
Reference in New Issue
Block a user