Big steps towards mod sites

This commit is contained in:
2021-05-03 21:09:20 +02:00
parent 03f8c9eba2
commit ffa29a2ee4
10 changed files with 146 additions and 9 deletions

View File

@@ -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>