touch icons cleanup
BIN
_src/_assets/img/apple-touch-icon-precomposed-120x120.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
_src/_assets/img/apple-touch-icon-precomposed-152x152.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
_src/_assets/img/apple-touch-icon-precomposed-180x180.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
_src/_assets/img/favicon-16x16.png
Normal file
After Width: | Height: | Size: 819 B |
BIN
_src/_assets/img/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
_src/_assets/img/favicon-96x96.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 258 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 37 KiB |
BIN
_src/_assets/img/metro-tile.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
_src/_assets/img/touch-icon-192x192.png
Normal file
After Width: | Height: | Size: 18 KiB |
@ -87,19 +87,14 @@
|
||||
<meta name="apple-mobile-web-app-title" content="kremalicious">
|
||||
|
||||
<!-- Touch Icons -->
|
||||
<!-- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/apple-touch-icon-152x152-precomposed.png"> -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144x144-precomposed.png">
|
||||
<!-- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/apple-touch-icon-120x120-precomposed.png"> -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114x114-precomposed.png">
|
||||
<!-- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/apple-touch-icon-76x76-precomposed.png"> -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/apple-touch-icon-72x72-precomposed.png">
|
||||
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png">
|
||||
<!-- <link rel="shortcut icon" sizes="196x196" href="/touch-icon-196x196.png"> -->
|
||||
<link rel="shortcut icon" href="/apple-touch-icon-precomposed.png">
|
||||
<link rel="icon" href="/favicon.ico" sizes="16x16">
|
||||
|
||||
<!-- Windows 8 Metro Tile Image -->
|
||||
<meta name="msapplication-TileImage" content="{{ site.url }}/metro-tile.png"/>
|
||||
<link rel="apple-touch-icon-precomposed" href="/assets/img/apple-touch-icon-precomposed-120x120.png" sizes="120x120">
|
||||
<link rel="apple-touch-icon-precomposed" href="/assets/img/apple-touch-icon-precomposed-152x152.png" sizes="152x152">
|
||||
<link rel="apple-touch-icon-precomposed" href="/assets/img/apple-touch-icon-precomposed-180x180.png" sizes="180x180">
|
||||
<link rel="icon" type="image/png" href="/assets/img/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/assets/img/touch-icon-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="/assets/img/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="/assets/img/favicon-16x16.png" sizes="16x16">
|
||||
<meta name="msapplication-TileImage" content="{{ site.url }}/assets/img/metro-tile.png"/>
|
||||
<meta name="msapplication-TileColor" content="#015565"/>
|
||||
|
||||
<!-- OpenGraph -->
|
||||
|
@ -19,7 +19,7 @@
|
||||
<meta content="{{ page.excerpt | strip_html | strip_newlines }}" property="og:description">
|
||||
{% endif %}
|
||||
{% if page.url %}
|
||||
<meta content="{{ site.url}}{{ page.url | replace:'index.html','' }}" property="og:url">
|
||||
<meta content="{{ site.url}}{{ page.url | replace:'index.html','' }}" property="og:url">
|
||||
{% endif %}
|
||||
{% if page.date %}
|
||||
<meta content="{{ page.date | date_to_xmlschema }}" property="article:published_time">
|
||||
@ -27,10 +27,10 @@
|
||||
{% if page.image %}
|
||||
<meta content="{{ site.url }}/media/{{ page.image }}" property="og:image">
|
||||
{% else %}
|
||||
<meta content="{{ site.url }}/kremalicious1024.png" property="og:image">
|
||||
<meta content="{{ site.url }}/assets/img/kremalicious1024.png" property="og:image">
|
||||
{% endif %}
|
||||
{% if page.categories %}
|
||||
{% for category in page.categories limit:1 %}
|
||||
<meta content="{{ category }}" property="article:section">
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@ -22,5 +22,5 @@
|
||||
{% if page.image %}
|
||||
<meta name="twitter:image:src" content="{{ site.url }}/media/{{ page.image }}">
|
||||
{% else %}
|
||||
<meta name="twitter:image:src" content="{{ site.url }}/kremalicious1024.png">
|
||||
{% endif %}
|
||||
<meta name="twitter:image:src" content="{{ site.url }}/assets/img/kremalicious1024.png">
|
||||
{% endif %}
|
||||
|
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 1.6 KiB |