Inline site styling for first paint
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 6s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 6s
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
<meta name="description" content="{{ .Description | default site.Params.description }}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.Title }}" href="{{ "index.xml" | absURL }}">
|
||||
|
||||
<link rel="stylesheet" href="{{ "css/main.css" | relURL }}">
|
||||
<link rel="preload" href="{{ "fonts/VT323-Regular.ttf" | relURL }}" as="font" type="font/ttf" crossorigin>
|
||||
<style>{{ readFile "static/css/main.css" | safeCSS }}</style>
|
||||
|
||||
{{ if .Param "math" }}
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css">
|
||||
|
||||
Reference in New Issue
Block a user