Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 1.1 KB

File metadata and controls

38 lines (37 loc) · 1.1 KB
layout default
title Posts
body_modifier blog

Recent posts

{%- for post in site.posts -%} {%- if site.posts.size > 0 -%}
{%- include icon.html icon="calendar" -%} {%- include date.html date=post.date -%}
{%- if site.show_excerpts -%} {{ post.excerpt }} Read full {%- endif -%} {% else %}

Nothing to display!

{% endif %} {% endfor %}