Big steps towards mod sites
This commit is contained in:
@@ -3,7 +3,9 @@ layout: default
|
||||
home: true
|
||||
---
|
||||
|
||||
{%- if site.length > 0 -%}
|
||||
<h3 class="posts-item-note" aria-label="Recent Posts">Recent Posts</h3>
|
||||
{%- endif -%}
|
||||
{%- for post in site.posts limit: site.number_of_posts -%}
|
||||
<article class="post-item">
|
||||
<span class="post-item-date">{{ post.date | date: "%b %d, %Y" }}</span>
|
||||
|
||||
Reference in New Issue
Block a user