mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-02 01:47:37 +00:00
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:

committed by
Hannah Wolfe

parent
fa61f74ce9
commit
85b74ea393
12
index.hbs
12
index.hbs
@ -1,21 +1,17 @@
|
||||
{{!< default}}
|
||||
|
||||
<header id="sitehead">
|
||||
<figure class="blog-icon">
|
||||
<img src="http://f.cl.ly/items/1O1o3n05373h222G101k/gravatar-j7-100.jpg" alt="John" />
|
||||
</figure>
|
||||
<header id="site-head">
|
||||
<div class="wrap">
|
||||
<h1>John O'Nolan</h1>
|
||||
<h2>A designer, developer and entrepreneur. Spends his time travelling the world with a bag of kites. Likes to write.</h2>
|
||||
<h1 class="blog-title">{{settings.title}}</h1>
|
||||
<h2 class="blog-description">A designer, developer and entrepreneur. Spends his time travelling the world with a bag of kites. Likes journalism and publishing platforms.</h2>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<main class="content" role="main">
|
||||
|
||||
{{#foreach posts}}
|
||||
|
||||
<article class="post">
|
||||
<article class="{{post_class}}">
|
||||
<header class="post-header">
|
||||
<h2 class="post-title"><a href="/{{slug}}">{{title}}</a></h2>
|
||||
<span class="post-meta"><time datetime="{{date published_at format='YYYY-MM-DD'}}">{{date published_at format='DD MMM YYYY'}}</time> in <a href="#">What I Learned Building...</a></span>
|
||||
|
Reference in New Issue
Block a user