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 %}