<head>
<meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title> {% if page.title %} {{ page.title }} {% else %} {{ site.title }} {% endif %} </title> {% seo title=false %} {% feed_meta %} <link rel="shortcut icon" type="image/x-icon" href="/{{ site.favicon | relative_url }}" /> <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" /> {% if site.theme_config.appearance_toggle %} {% include toggle_theme_js.html %} {% endif %} {%- include custom_head.html -%}
</head>