init
This commit is contained in:
22
_includes/head-meta.html
Normal file
22
_includes/head-meta.html
Normal file
@ -0,0 +1,22 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
{% if page.description %}
|
||||
<meta name="description" content="{{ page.description }}" />
|
||||
{% else if site.description %}
|
||||
<meta name="description" content="{{ site.description }}" />
|
||||
{% endif %}
|
||||
|
||||
<!-- favicons & more -->
|
||||
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/favicon/favicon.ico">
|
||||
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/favicon/iphone.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/assets/favicon/iphone-6plus.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="{{ site.baseurl }}/assets/favicon/ipad-retina.png">
|
||||
<link rel="apple-touch-icon" sizes="167x167" href="{{ site.baseurl }}/assets/favicon/ipad-pro.png">
|
||||
|
||||
<!-- feeds -->
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}/feed.xml">
|
||||
|
||||
<!-- TODO: should add more extensive yet sensible rel meta -->
|
Reference in New Issue
Block a user