You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1009 B
21 lines
1009 B
<meta charset="utf-8">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="theme-color" content="{{ site.color }}">
|
|
<meta name="msapplication-navbutton-color" content="{{ site.color }}">
|
|
<meta name="msapplication-TileColor" content="{{ site.color }}">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
|
|
<meta name="description" content="{{ site.description }}">
|
|
<meta name="google-site-verification" content="{{ site.google_site_verification }}" />
|
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
|
|
|
{% seo %}
|
|
|
|
{% if site.google_analytics_id != "" %}
|
|
{% include google_analytics.html %}
|
|
{% endif %} |