diff options
| author | Li Zhineng <[email protected]> | 2025-08-08 23:14:06 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-08 23:14:06 +0800 |
| commit | cc9e192db6f1327ca152ec3d0a217615d0bdd047 (patch) | |
| tree | 5aac605bfb3be9deff153e29f4903bb6037ab8ad /_includes/head.html | |
| parent | a78acd0046d26b3047fa085e02517583a8f5d9b1 (diff) | |
| parent | e5685547b3233516585f6a5e20ec24ef3351fe2f (diff) | |
| download | openairmx.org-cc9e192db6f1327ca152ec3d0a217615d0bdd047.tar.gz openairmx.org-cc9e192db6f1327ca152ec3d0a217615d0bdd047.zip | |
Merge pull request #1 from openairmx/ui
Implement UI
Diffstat (limited to '_includes/head.html')
| -rw-r--r-- | _includes/head.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..b7b2a28 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,10 @@ +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + {%- seo -%} + <link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}"> + {%- feed_meta -%} + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet"> +</head> |
