|
|
@ -3,8 +3,7 @@ |
|
|
|
getPageField = function(field_name) { |
|
|
|
return page[field_name] || site[field_name] || ''; |
|
|
|
} |
|
|
|
-%> |
|
|
|
<!doctype html> |
|
|
|
-%><!doctype html> |
|
|
|
<!--[if lt IE 7]> <html class="no-js ie lt-ie10 lt-ie9 lt-ie8 lt-ie7" lang="en" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]--> |
|
|
|
<!--[if IE 7]> <html class="no-js ie lt-ie10 lt-ie9 lt-ie8" lang="en" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]--> |
|
|
|
<!--[if IE 8]> <html class="no-js ie lt-ie10 lt-ie9" lang="en" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]--> |
|
|
@ -24,6 +23,26 @@ |
|
|
|
<meta name="keywords" content="<%= getPageField('keywords') %>"> |
|
|
|
<meta name="robots" content="<%= getPageField('robots') %>"> |
|
|
|
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> |
|
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon"> |
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicons/apple-icon-57x57.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/images/favicons/apple-icon-60x60.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/images/favicons/apple-icon-72x72.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/images/favicons/apple-icon-76x76.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/images/favicons/apple-icon-114x114.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicons/apple-icon-120x120.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicons/apple-icon-144x144.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/images/favicons/apple-icon-152x152.png"> |
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-icon-180x180.png"> |
|
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/images/favicons/android-icon-192x192.png"> |
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png"> |
|
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicons/favicon-96x96.png"> |
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png"> |
|
|
|
<link rel="manifest" href="/manifest.json"> |
|
|
|
<meta name="msapplication-TileColor" content="#121a24"> |
|
|
|
<meta name="msapplication-TileImage" content="/images/favicons/ms-icon-144x144.png"> |
|
|
|
<meta name="theme-color" content="#121a24"> |
|
|
|
|
|
|
|
<!-- Open Graph --> |
|
|
|
<meta property="og:type" content="website" /> |
|
|
|
<meta property="og:url" content="<%= site.base_uri %><%= page.path %>" /> |
|
|
|