Rework header/typography/icons

This commit is contained in:
John O'Nolan
2013-08-28 14:01:39 +02:00
committed by Hannah Wolfe
parent 788c8ebff0
commit 5234629a60
11 changed files with 43 additions and 116 deletions

View File

@ -9,7 +9,7 @@
<header class="post-header">
<h1 class="post-title">{{title}}</h1>
<span class="post-meta"><a href="/">John O'Nolan</a>, <time datetime="{{date published_at format='YYYY-MM-DD'}}">{{date published_at format='DD MMM YYYY'}}</time> on <a href="#">What I Learned Building...</a></span>
<span class="post-meta"><time datetime="{{date published_at format='YYYY-MM-DD'}}">{{date published_at format='DD MMM YYYY'}}</time> on <a href="#">What I Learned Building...</a></span>
</header>
<section class="post-content">