2013-07-11 21:02:18 +02:00
|
|
|
<!doctype html>
|
|
|
|
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
|
|
|
<!--[if (gte IE 9)| IEMobile |!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
|
|
|
|
<head>
|
2013-09-09 13:03:36 +02:00
|
|
|
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
2013-07-11 21:02:18 +02:00
|
|
|
|
|
|
|
<title>{{siteTitle}}</title>
|
|
|
|
<meta name="description" content="{{siteDescription}}">
|
|
|
|
<meta name="author" content="">
|
|
|
|
<meta name="HandheldFriendly" content="True">
|
|
|
|
<meta name="MobileOptimized" content="320">
|
2013-08-16 13:44:11 +02:00
|
|
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
|
2013-07-11 21:02:18 +02:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
<meta http-equiv="cleartype" content="on">
|
|
|
|
|
|
|
|
<link rel="stylesheet" type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700'>
|
2013-09-17 02:40:59 +02:00
|
|
|
<link rel="stylesheet" href="/ghost/css/screen.css">
|
2013-07-11 21:02:18 +02:00
|
|
|
{{{block "pageStyles"}}}
|
|
|
|
</head>
|
|
|
|
<body class="{{bodyClass}}">
|
|
|
|
{{#unless hideNavbar}}
|
|
|
|
{{> navbar}}
|
|
|
|
{{/unless}}
|
|
|
|
|
|
|
|
<main role="main" id="main">
|
2013-09-16 10:46:29 +02:00
|
|
|
<aside id="notifications">
|
2013-08-20 01:40:09 +02:00
|
|
|
{{> notifications}}
|
2013-06-27 05:52:56 +02:00
|
|
|
</aside>
|
2013-07-11 21:02:18 +02:00
|
|
|
|
|
|
|
{{{body}}}
|
|
|
|
</main>
|
|
|
|
|
2013-07-22 17:31:44 +02:00
|
|
|
<aside id="modal-container">
|
|
|
|
</aside>
|
2013-07-20 01:44:22 +02:00
|
|
|
|
2013-09-14 04:15:30 +02:00
|
|
|
{{{ghostScriptTags}}}
|
2013-07-20 01:44:22 +02:00
|
|
|
|
2013-07-11 21:02:18 +02:00
|
|
|
{{{block "bodyScripts"}}}
|
2013-09-17 02:40:59 +02:00
|
|
|
|
2013-07-11 21:02:18 +02:00
|
|
|
<script>
|
|
|
|
Ghost.init();
|
|
|
|
</script>
|
|
|
|
</body>
|
2013-06-27 05:52:56 +02:00
|
|
|
</html>
|