mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-03 02:17:38 +00:00
Rework header/typography/icons
This commit is contained in:

committed by
Hannah Wolfe

parent
788c8ebff0
commit
5234629a60
2
post.hbs
2
post.hbs
@ -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">
|
||||
|
Reference in New Issue
Block a user