Added favicons
This commit is contained in:
		| @@ -5,11 +5,16 @@ html | ||||
| 		meta(charset='UTF-8') | ||||
| 		meta(name='theme-color', content='#009688') | ||||
| 		meta(name='msapplication-TileColor', content='#009688') | ||||
| 		meta(name='msapplication-TileImage', content='/favicons/ms-icon-144x144.png') | ||||
| 		title= appconfig.title | ||||
|  | ||||
| 		// Favicon | ||||
| 		each favsize in [57, 60, 72, 76, 114, 120, 144, 152, 180] | ||||
| 			link(rel='apple-touch-icon', sizes=favsize + 'x' + favsize, href='/favicons/apple-icon-' + favsize + 'x' + favsize + '.png') | ||||
| 		link(rel='icon', type='image/png', sizes='192x192', href='/favicons/android-icon-192x192.png') | ||||
| 		each favsize in [32, 96, 16] | ||||
| 			link(rel='icon', type='image/png', sizes=favsize + 'x' + favsize href='/images/favicon-' + favsize + 'x' + favsize + '.png') | ||||
| 			link(rel='icon', type='image/png', sizes=favsize + 'x' + favsize, href='/favicons/favicon-' + favsize + 'x' + favsize + '.png') | ||||
| 		link(rel='manifest', href='/manifest.json') | ||||
|  | ||||
| 		// CSS | ||||
| 		link(type='text/css', rel='stylesheet', href='/css/libs.css') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user