Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 421 Bytes

File metadata and controls

18 lines (17 loc) · 421 Bytes
layout page
title Archives
permalink /archives/

Here are my blog posts and articles. Enjoy.

{% assign posts_list = site.posts %} {% for node in posts_list %} {% if node.title != null %} {% if node.layout == "post" %} {{ node.title }}
{% endif %} {% endif %} {% endfor %}