|
|
@ -22,9 +22,9 @@ html
|
|
|
|
var siteConfig = !{JSON.stringify(config.site)}
|
|
|
|
var siteConfig = !{JSON.stringify(config.site)}
|
|
|
|
|
|
|
|
|
|
|
|
//- CSS
|
|
|
|
//- CSS
|
|
|
|
link(type='text/css', rel='stylesheet', href='/css/bundle.css')
|
|
|
|
|
|
|
|
link(type='text/css', rel='stylesheet', href='https://fonts.googleapis.com/icon?family=Roboto:400,500,700|Source+Code+Pro:400,700|Material+Icons')
|
|
|
|
link(type='text/css', rel='stylesheet', href='https://fonts.googleapis.com/icon?family=Roboto:400,500,700|Source+Code+Pro:400,700|Material+Icons')
|
|
|
|
link(type='text/css', rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css')
|
|
|
|
link(type='text/css', rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css')
|
|
|
|
|
|
|
|
link(type='text/css', rel='stylesheet', href='/css/bundle.css')
|
|
|
|
|
|
|
|
|
|
|
|
//- JS
|
|
|
|
//- JS
|
|
|
|
script(type='text/javascript', src='/js/client.js')
|
|
|
|
script(type='text/javascript', src='/js/client.js')
|
|
|
|