21 lines
624 B
HTML
21 lines
624 B
HTML
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
{%- seo -%}
|
|
|
|
<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=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap'
|
|
rel='stylesheet'
|
|
>
|
|
|
|
<link
|
|
rel='stylesheet'
|
|
href='{{ '/assets/main.css' | relative_url }}?v={{ site.time | date: '%s' }}'
|
|
>
|
|
|
|
{%- feed_meta -%}
|
|
</head>
|