@@ -35,16 +35,16 @@ html(lang='en')
35
35
36
36
37
37
//- Favicons
38
- link( rel ='apple-touch-icon' , sizes ='180x180' , href =require (' images/favicons/apple-touch-icon.png' ). default )
39
- link( rel ='icon' , type ='image/png' , sizes ='32x32' , href =require (' images/favicons/favicon-32x32.png' ). default )
40
- link( rel ='icon' , type ='image/png' , sizes ='16x16' , href =require (' images/favicons/favicon-16x16.png' ). default )
41
- link( rel ='shortcut icon' , href =require (' images/favicons/favicon.ico' ). default )
38
+ link( rel ='apple-touch-icon' , sizes ='180x180' , href =require (' images/favicons/apple-touch-icon.png' ))
39
+ link( rel ='icon' , type ='image/png' , sizes ='32x32' , href =require (' images/favicons/favicon-32x32.png' ))
40
+ link( rel ='icon' , type ='image/png' , sizes ='16x16' , href =require (' images/favicons/favicon-16x16.png' ))
41
+ link( rel ='shortcut icon' , href =require (' images/favicons/favicon.ico' ))
42
42
43
43
//- Preload fonts
44
- link( type ='font/woff' , href =require (' source/assets/fonts/Quicksand-Bold.woff' ). default , rel ='preload' , as ='font' , crossorigin )
45
- link( type ='font/woff' , href =require (' source/assets/fonts/Quicksand-Medium.woff' ). default , rel ='preload' , as ='font' , crossorigin )
46
- link( type ='font/woff' , href =require (' source/assets/fonts/Quicksand-Regular.woff' ). default , rel ='preload' , as ='font' , crossorigin )
47
- link( type ='font/woff' , href =require (' source/assets/fonts/Quicksand-Light.woff' ). default , rel ='preload' , as ='font' , crossorigin )
44
+ link( type ='font/woff' , href =require (' source/assets/fonts/Quicksand-Bold.woff' ), rel ='preload' , as ='font' , crossorigin )
45
+ link( type ='font/woff' , href =require (' source/assets/fonts/Quicksand-Medium.woff' ), rel ='preload' , as ='font' , crossorigin )
46
+ link( type ='font/woff' , href =require (' source/assets/fonts/Quicksand-Regular.woff' ), rel ='preload' , as ='font' , crossorigin )
47
+ link( type ='font/woff' , href =require (' source/assets/fonts/Quicksand-Light.woff' ), rel ='preload' , as ='font' , crossorigin )
48
48
49
49
//- Title
50
50
block title
0 commit comments