2013-05-11 10:16:11 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-08-10 13:06:01 +00:00
|
|
|
{{! Document Settings }}
|
2013-12-28 10:41:19 +00:00
|
|
|
<meta charset="utf-8" />
|
2013-12-28 10:55:38 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2013-09-15 16:50:23 +00:00
|
|
|
|
2013-08-10 13:06:01 +00:00
|
|
|
{{! Page Meta }}
|
2013-09-17 22:13:49 +00:00
|
|
|
<title>{{meta_title}}</title>
|
|
|
|
<meta name="description" content="{{meta_description}}" />
|
2013-08-24 22:57:39 +00:00
|
|
|
|
2013-09-04 19:45:35 +00:00
|
|
|
<meta name="HandheldFriendly" content="True" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2013-09-15 16:50:23 +00:00
|
|
|
|
2014-01-12 21:52:21 +00:00
|
|
|
<link rel="shortcut icon" href="{{asset "favicon.ico"}}">
|
|
|
|
|
2013-08-10 13:06:01 +00:00
|
|
|
{{! Styles'n'Scripts }}
|
2013-11-28 13:41:52 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
|
2014-08-17 15:01:47 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=PT+Serif:400,700,400italic|Open+Sans:700,400" />
|
2013-09-15 16:50:23 +00:00
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
{{! Ghost outputs important style and meta data with this tag }}
|
|
|
|
{{ghost_head}}
|
|
|
|
</head>
|
|
|
|
<body class="{{body_class}}">
|
|
|
|
|
2014-07-20 15:28:49 +00:00
|
|
|
{{! Everything else gets inserted here }}
|
|
|
|
{{{body}}}
|
2013-08-10 13:06:01 +00:00
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
<footer class="site-footer clearfix">
|
|
|
|
<section class="copyright"><a href="{{@blog.url}}">{{@blog.title}}</a> © {{date format="YYYY"}}</section>
|
|
|
|
<section class="poweredby">Proudly published with <a href="https://ghost.org">Ghost</a></section>
|
2013-08-28 19:07:18 +00:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
{{! Ghost outputs important scripts and data with this tag }}
|
|
|
|
{{ghost_foot}}
|
2013-08-26 00:35:53 +00:00
|
|
|
|
2013-09-02 21:12:24 +00:00
|
|
|
{{! The main JavaScript file for Casper }}
|
2013-11-28 13:41:52 +00:00
|
|
|
<script type="text/javascript" src="{{asset "js/jquery.fitvids.js"}}"></script>
|
|
|
|
<script type="text/javascript" src="{{asset "js/index.js"}}"></script>
|
2013-09-02 21:12:24 +00:00
|
|
|
|
2013-05-11 10:16:11 +00:00
|
|
|
</body>
|
2013-11-28 13:41:52 +00:00
|
|
|
</html>
|