Add favicons
@ -1,5 +1,26 @@
|
||||
{% include base_path %}
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="{{ base_path }}/images/apple-touch-icon-57x57.png?v=M44lzPylqQ">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="{{ base_path }}/images/apple-touch-icon-60x60.png?v=M44lzPylqQ">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="{{ base_path }}/images/apple-touch-icon-72x72.png?v=M44lzPylqQ">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="{{ base_path }}/images/apple-touch-icon-76x76.png?v=M44lzPylqQ">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="{{ base_path }}/images/apple-touch-icon-114x114.png?v=M44lzPylqQ">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="{{ base_path }}/images/apple-touch-icon-120x120.png?v=M44lzPylqQ">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_path }}/images/apple-touch-icon-144x144.png?v=M44lzPylqQ">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="{{ base_path }}/images/apple-touch-icon-152x152.png?v=M44lzPylqQ">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_path }}/images/apple-touch-icon-180x180.png?v=M44lzPylqQ">
|
||||
<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-32x32.png?v=M44lzPylqQ" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ base_path }}/images/android-chrome-192x192.png?v=M44lzPylqQ" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-96x96.png?v=M44lzPylqQ" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-16x16.png?v=M44lzPylqQ" sizes="16x16">
|
||||
<link rel="manifest" href="{{ base_path }}/images/manifest.json?v=M44lzPylqQ">
|
||||
<link rel="mask-icon" href="{{ base_path }}/images/safari-pinned-tab.svg?v=M44lzPylqQ" color="#000000">
|
||||
<link rel="shortcut icon" href="/images/favicon.ico?v=M44lzPylqQ">
|
||||
<meta name="msapplication-TileColor" content="#000000">
|
||||
<meta name="msapplication-TileImage" content="{{ base_path }}/images/mstile-144x144.png?v=M44lzPylqQ">
|
||||
<meta name="msapplication-config" content="{{ base_path }}/images/browserconfig.xml?v=M44lzPylqQ">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!-- end custom head snippets -->
|
BIN
images/android-chrome-144x144.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
images/android-chrome-36x36.png
Normal file
After Width: | Height: | Size: 459 B |
BIN
images/android-chrome-48x48.png
Normal file
After Width: | Height: | Size: 544 B |
BIN
images/android-chrome-72x72.png
Normal file
After Width: | Height: | Size: 670 B |
BIN
images/android-chrome-96x96.png
Normal file
After Width: | Height: | Size: 745 B |
BIN
images/apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 876 B |
BIN
images/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
images/apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
images/apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 595 B |
BIN
images/apple-touch-icon-60x60.png
Normal file
After Width: | Height: | Size: 593 B |
BIN
images/apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 670 B |
BIN
images/apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 721 B |
BIN
images/apple-touch-icon-precomposed.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
images/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
12
images/browserconfig.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="/images/mstile-70x70.png?v=M44lzPylqQ"/>
|
||||
<square150x150logo src="/images/mstile-150x150.png?v=M44lzPylqQ"/>
|
||||
<square310x310logo src="/images/mstile-310x310.png?v=M44lzPylqQ"/>
|
||||
<wide310x150logo src="/images/mstile-310x150.png?v=M44lzPylqQ"/>
|
||||
<TileColor>#000000</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
images/favicon-16x16.png
Normal file
After Width: | Height: | Size: 414 B |
BIN
images/favicon-32x32.png
Normal file
After Width: | Height: | Size: 436 B |
BIN
images/favicon-96x96.png
Normal file
After Width: | Height: | Size: 745 B |
BIN
images/favicon.ico
Normal file
After Width: | Height: | Size: 4.7 KiB |
41
images/manifest.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "Minimal Mistakes",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/images\/android-chrome-36x36.png?v=M44lzPylqQ",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": 0.75
|
||||
},
|
||||
{
|
||||
"src": "\/images\/android-chrome-48x48.png?v=M44lzPylqQ",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": 1
|
||||
},
|
||||
{
|
||||
"src": "\/images\/android-chrome-72x72.png?v=M44lzPylqQ",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": 1.5
|
||||
},
|
||||
{
|
||||
"src": "\/images\/android-chrome-96x96.png?v=M44lzPylqQ",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": 2
|
||||
},
|
||||
{
|
||||
"src": "\/images\/android-chrome-144x144.png?v=M44lzPylqQ",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": 3
|
||||
},
|
||||
{
|
||||
"src": "\/images\/android-chrome-192x192.png?v=M44lzPylqQ",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": 4
|
||||
}
|
||||
]
|
||||
}
|
BIN
images/mstile-144x144.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/mstile-150x150.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
images/mstile-310x150.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
images/mstile-310x310.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
images/mstile-70x70.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
34
images/safari-pinned-tab.svg
Normal file
@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="500.000000pt" height="500.000000pt" viewBox="0 0 500.000000 500.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,500.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M0 2500 l0 -2500 2500 0 2500 0 0 2500 0 2500 -2500 0 -2500 0 0
|
||||
-2500z m1294 1465 c51 -115 97 -219 102 -230 6 -13 10 63 12 213 l2 232 213 0
|
||||
212 0 194 -443 c248 -565 472 -1071 475 -1075 2 -1 33 64 69 145 36 82 97 218
|
||||
136 303 38 85 162 360 274 610 l205 455 201 3 201 2 2 -257 3 -258 64 145 c35
|
||||
80 83 186 106 236 24 50 46 101 50 113 6 21 9 21 208 19 l202 -3 3 -1382 2
|
||||
-1383 -160 0 -160 0 0 1059 c0 675 4 1106 11 1186 10 120 7 171 -6 109 -20
|
||||
-94 -78 -243 -194 -504 l-131 -294 0 -778 0 -778 -160 0 -160 0 -2 414 -3 413
|
||||
-184 -414 -183 -414 -81 3 -81 3 -115 258 c-63 141 -117 257 -120 257 -6 0
|
||||
-26 -43 -126 -270 -26 -58 -62 -138 -80 -177 l-34 -73 -78 0 -79 0 -183 412
|
||||
c-101 227 -188 417 -192 422 -5 6 -9 -178 -9 -412 l0 -422 -155 0 -155 0 0
|
||||
779 0 779 -41 89 c-185 399 -279 640 -279 712 0 11 -5 23 -11 27 -9 5 -10 -1
|
||||
-4 -22 4 -16 10 -554 12 -1196 l4 -1168 -160 0 -161 0 0 1378 c0 758 3 1382 7
|
||||
1386 4 3 101 5 215 4 l209 -3 93 -210z m2936 -2980 l0 -155 -1730 0 -1730 0 0
|
||||
155 0 155 1730 0 1730 0 0 -155z"/>
|
||||
<path d="M1718 3397 l4 -402 90 -205 c49 -113 137 -312 195 -444 58 -131 120
|
||||
-279 138 -330 18 -50 37 -90 41 -89 5 1 25 47 46 103 21 56 54 139 73 185 l36
|
||||
83 -272 609 c-291 652 -298 668 -332 803 l-22 90 3 -403z"/>
|
||||
<path d="M3280 3770 c0 -54 -90 -277 -343 -846 l-276 -622 53 -123 c29 -68 63
|
||||
-154 76 -192 12 -37 26 -67 31 -67 4 0 13 17 20 38 25 79 111 286 204 492 54
|
||||
118 126 279 161 358 l64 142 0 243 c0 217 11 458 25 560 3 22 1 37 -5 37 -5 0
|
||||
-10 -9 -10 -20z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.5 KiB |