News

Journal

Stories from KNIGHTEAGLE


{% assign current_blog = blogs['news'] %} {% if current_blog.articles_count == 0 %}
No articles yet — check back soon.
{% else %}
{% for article in current_blog.articles %}
{% if article.image %} {{ article.image.alt | escape }} {% else %}
KNIGHTEAGLE
{% endif %}
{% if article.tags.size > 0 %} {{ article.tags.first }} {% endif %}

{{ article.title }}

{{ article.excerpt_or_content | strip_html | truncate: 110 }}

{{ article.published_at | date: "%b %Y" }} Read →
{% endfor %}
{% endif %}