Next pass on Casper refactor

* New Helpers
* Updated Helpers
* New reponsive header styles
* New global blog icon
* Responsive styles adjustments
This commit is contained in:
John O'Nolan
2013-08-26 02:35:53 +02:00
committed by Hannah Wolfe
parent fa61f74ce9
commit 85b74ea393
5 changed files with 94 additions and 36 deletions

View File

@ -16,13 +16,24 @@
{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="assets/css/screen.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700,400">
</head>
<body class="{{bodyclass}}">
{{! Ghost outputs important style and meta data with this tag }}
{{ghost_head}}
</head>
<body class="{{body_class}}">
<figure id="blog-icon">
<a href="/" title="Home">
<img src="http://f.cl.ly/items/1O1o3n05373h222G101k/gravatar-j7-100.jpg" alt="John" />
</a>
</figure>
{{! This is where shit gets real }}
{{{body}}}
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/index.js"></script>
{{! Ghost outputs important scripts and data with this tag }}
{{ghost_foot}}
<script type="text/javascript" src="assets/js/index.js"></script>
</body>
</html>