Improve blog post headers with flexbox

This commit is contained in:
2022-10-05 18:42:35 -04:00
parent afefaadabd
commit 110fee1fc5
3 changed files with 15 additions and 17 deletions

View File

@@ -6,12 +6,10 @@ title: Tyler Hallada - Blog
{% for post in paginator.posts %}
{% if post.hidden == null or post.hidden == false %}
<div class="card">
<div class="row clearfix post-header">
<div class="column three-fourths">
<div class="row clearfix">
<div class="column full post-header">
<h2 class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></h2>
</div>
<div class="column fourth">
<span class="timestamp">{{ post.date | date_to_string }}</span>
<span class="timestamp">{{ post.date | date_to_string }}</span>
</div>
</div>
<div class="row clearfix">