2013-05-11 06:16:11 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-08-10 09:06:01 -04:00
|
|
|
{{! Document Settings }}
|
2013-09-04 15:45:35 -04:00
|
|
|
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
2013-09-15 12:50:23 -04:00
|
|
|
|
2013-08-10 09:06:01 -04:00
|
|
|
{{! Page Meta }}
|
2013-09-17 18:13:49 -04:00
|
|
|
<title>{{meta_title}}</title>
|
|
|
|
<meta name="description" content="{{meta_description}}" />
|
2013-08-24 18:57:39 -04:00
|
|
|
|
2013-09-04 15:45:35 -04:00
|
|
|
<meta name="HandheldFriendly" content="True" />
|
|
|
|
<meta name="MobileOptimized" content="320" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2013-09-15 12:50:23 -04:00
|
|
|
|
2013-08-10 09:06:01 -04:00
|
|
|
{{! Styles'n'Scripts }}
|
2013-09-04 15:45:35 -04:00
|
|
|
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400" />
|
2013-09-15 12:50:23 -04:00
|
|
|
|
2013-08-25 20:35:53 -04:00
|
|
|
{{! Ghost outputs important style and meta data with this tag }}
|
|
|
|
{{ghost_head}}
|
|
|
|
</head>
|
|
|
|
<body class="{{body_class}}">
|
|
|
|
|
2013-08-26 14:26:34 -04:00
|
|
|
{{! Everything else gets inserted here }}
|
2013-05-11 06:16:11 -04:00
|
|
|
{{{body}}}
|
2013-08-10 09:06:01 -04:00
|
|
|
|
2013-09-01 15:45:19 -04:00
|
|
|
<footer class="site-footer">
|
2013-09-04 12:04:33 -04:00
|
|
|
<a class="subscribe icon-feed" href="{{@blog.url}}/rss/"><span class="tooltip">Subscribe!</span></a>
|
2013-08-28 15:07:18 -04:00
|
|
|
<div class="inner">
|
2013-09-02 13:29:11 -04:00
|
|
|
<section class="copyright">All content copyright <a href="/">{{@blog.title}}</a> © 2013 • All rights reserved.</section>
|
2013-09-01 15:45:19 -04:00
|
|
|
<section class="poweredby">Proudly published with <a class="icon-ghost" href="http://tryghost.org">Ghost</a></section>
|
2013-08-28 15:07:18 -04:00
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
{{! Ghost outputs important scripts and data with this tag }}
|
|
|
|
{{ghost_foot}}
|
2013-08-25 20:35:53 -04:00
|
|
|
|
2013-09-02 17:12:24 -04:00
|
|
|
{{! The main JavaScript file for Casper }}
|
2013-09-15 12:50:23 -04:00
|
|
|
<script type="text/javascript" src="/assets/js/index.js"></script>
|
2013-09-02 17:12:24 -04:00
|
|
|
|
2013-05-11 06:16:11 -04:00
|
|
|
</body>
|
|
|
|
</html>
|