The new header

* Experimental new Ghost watermark
* Ghost icon navigational styles
* Enhanced responsive styles
This commit is contained in:
John O'Nolan
2013-08-26 20:26:34 +02:00
committed by Hannah Wolfe
parent 85b74ea393
commit b5021db970
5 changed files with 93 additions and 22 deletions

View File

@ -21,18 +21,21 @@
{{ghost_head}}
</head>
<body class="{{body_class}}">
{{! Your Ghost watermark in the top right corner}}
<a id="ghost" href="/ghost/">Ghost</a>
<figure id="blog-icon">
<a href="/" title="Home">
<img src="http://f.cl.ly/items/1O1o3n05373h222G101k/gravatar-j7-100.jpg" alt="John" />
</a>
</figure>
{{! Your blog icon in the top left corner }}
<a id="blog-icon" href="/">
<img src="http://f.cl.ly/items/1O1o3n05373h222G101k/gravatar-j7-100.jpg" alt="John" />
</a>
{{! This is where shit gets real }}
{{! Everything else gets inserted here }}
{{{body}}}
{{! Ghost outputs important scripts and data with this tag }}
{{ghost_foot}}
<script type="text/javascript" src="assets/js/index.js"></script>
</body>