Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 595 Bytes

index.md

File metadata and controls

25 lines (22 loc) · 595 Bytes
layout title
blog
Blog

{% for p in site.tags.blog-post limit: 5 %} {% assign post = p %} {% include render-news-item.html %} {% endfor %}

    {% for p in site.posts %} {% if p.post-type == 'blog' %}
  • {% if p.link-out %} {{ p.title }} {% else %} {{ p.title }} {% endif %}
    {{ p.date | date: "%A, %B %d, %Y" }}
  • {% endif %} {% endfor %}