Continue redesign
This commit is contained in:
@@ -1,26 +1,12 @@
|
||||
---
|
||||
layout: page
|
||||
title: Blog
|
||||
title: Blog posts
|
||||
post_listing: true
|
||||
---
|
||||
|
||||
{% include pagination.html %}
|
||||
|
||||
{% for post in paginator.posts %}
|
||||
<article class="post">
|
||||
<header>
|
||||
<h3><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h3>
|
||||
<p class="article-date">{{ post.date | date: "%b %-d, %Y" }} :: {{ post.date | date: "%H:%M" }} by {{ site.name }}</p>
|
||||
</header>
|
||||
{{ post.excerpt }}
|
||||
<footer>
|
||||
<p class="article-tags">
|
||||
Tags:
|
||||
{% for tag in post.tags %}
|
||||
{{ tag }}
|
||||
{% endfor%}
|
||||
</p>
|
||||
</footer>
|
||||
</article>
|
||||
{% endfor %}
|
||||
{% assign posts = paginator.posts %}
|
||||
|
||||
{% include post-list.html %}
|
||||
|
||||
{% include pagination.html %}
|
||||
|
Reference in New Issue
Block a user