home-old/_includes/home-head.html

13 lines
267 B
HTML

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
{%- seo -%}
{%- feed_meta -%}
<link rel="stylesheet" href="{{ "/assets/css/home.css" | relative_url }}">
{%- include custom-head.html -%}
</head>