|
|
@ -6,7 +6,7 @@ html
|
|
|
|
meta(name='viewport', content='user-scalable=yes, width=device-width, initial-scale=1, maximum-scale=5')
|
|
|
|
meta(name='viewport', content='user-scalable=yes, width=device-width, initial-scale=1, maximum-scale=5')
|
|
|
|
meta(name='theme-color', content='#1976d2')
|
|
|
|
meta(name='theme-color', content='#1976d2')
|
|
|
|
meta(name='msapplication-TileColor', content='#1976d2')
|
|
|
|
meta(name='msapplication-TileColor', content='#1976d2')
|
|
|
|
meta(name='msapplication-TileImage', content='/favicons/mstile-150x150.png')
|
|
|
|
meta(name='msapplication-TileImage', content='/_assets/favicons/mstile-150x150.png')
|
|
|
|
|
|
|
|
|
|
|
|
title= pageMeta.title + ' | ' + config.title
|
|
|
|
title= pageMeta.title + ' | ' + config.title
|
|
|
|
|
|
|
|
|
|
|
@ -20,12 +20,12 @@ html
|
|
|
|
meta(property='og:site_name', content=config.title)
|
|
|
|
meta(property='og:site_name', content=config.title)
|
|
|
|
|
|
|
|
|
|
|
|
//- Favicon
|
|
|
|
//- Favicon
|
|
|
|
link(rel='apple-touch-icon', sizes='180x180', href='/favicons/apple-touch-icon.png')
|
|
|
|
link(rel='apple-touch-icon', sizes='180x180', href='/_assets/favicons/apple-touch-icon.png')
|
|
|
|
link(rel='icon', type='image/png', sizes='192x192', href='/favicons/android-icon-192x192.png')
|
|
|
|
link(rel='icon', type='image/png', sizes='192x192', href='/_assets/favicons/android-icon-192x192.png')
|
|
|
|
link(rel='icon', type='image/png', sizes='32x32', href='/favicons/favicon-32x32.png')
|
|
|
|
link(rel='icon', type='image/png', sizes='32x32', href='/_assets/favicons/favicon-32x32.png')
|
|
|
|
link(rel='icon', type='image/png', sizes='16x16', href='/favicons/favicon-16x16.png')
|
|
|
|
link(rel='icon', type='image/png', sizes='16x16', href='/_assets/favicons/favicon-16x16.png')
|
|
|
|
link(rel='mask-icon', href='/favicons/safari-pinned-tab.svg', color='#1976d2')
|
|
|
|
link(rel='mask-icon', href='/_assets/favicons/safari-pinned-tab.svg', color='#1976d2')
|
|
|
|
link(rel='manifest', href='/manifest.json')
|
|
|
|
link(rel='manifest', href='/_assets/manifest.json')
|
|
|
|
|
|
|
|
|
|
|
|
//- Icon Set
|
|
|
|
//- Icon Set
|
|
|
|
if config.theming.iconset === 'fa'
|
|
|
|
if config.theming.iconset === 'fa'
|
|
|
|