Merge pull request #7 from cobbspur/casperissue3
casper issue #3 closes #3
This commit is contained in:
commit
35dc0ea797
|
@ -10,7 +10,6 @@
|
|||
</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>
|
||||
|
|
|
@ -13,22 +13,5 @@
|
|||
<section class="entry-content">
|
||||
{{{content_html}}}
|
||||
</section>
|
||||
|
||||
<footer class="entry-footer">
|
||||
<section class="entry-meta">
|
||||
<h5>Published</h5>
|
||||
<time class="updated" datetime="{{dateFormat created_at format='YYYY-MM-DD'}}">{{dateFormat created_at format='DD MMMM YYYY'}}</time>
|
||||
<h5>Share</h5>
|
||||
<ul class="share">
|
||||
<li><a href="#">Twitter</a></li>
|
||||
<li><a href="#">Facebook</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="comments">
|
||||
<h4>What do you think?</h4>
|
||||
<p>Rather than having a comments section where you'll never know if I'm actually reading or not... why not talk to me <a href="http://twitter.com/JohnONolan">on Twitter</a>? I'll definitely read your comment, and I'll probably reply, too!</p>
|
||||
</section>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue