mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-02 09:57:37 +00:00
The new header
* Experimental new Ghost watermark * Ghost icon navigational styles * Enhanced responsive styles
This commit is contained in:

committed by
Hannah Wolfe

parent
85b74ea393
commit
b5021db970
15
default.hbs
15
default.hbs
@ -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>
|
||||
|
Reference in New Issue
Block a user