Casper - initial commit to separate GitHub repo

This commit is contained in:
Hannah Wolfe
2013-05-11 11:16:11 +01:00
parent 77ec816981
commit 162b362e4b
23 changed files with 2981 additions and 0 deletions

20
default.hbs Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{ghostGlobals.title}} | {{ghostGlobals.description}}</title>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<script type="text/javascript" src="/lib/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/js/index.js"></script>
</head>
<body>
<header>
<a id="logo" href="/"><img src="/content/images/logo.png" alt="Logo"></a>
<a id="title" href="/">{{ghostGlobals.title}}</a>
<p id="description">{{ghostGlobals.description}}</p>
<div class="clearfix"></div>
</header>
{{{body}}}
</body>
</html>