Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 578 Bytes

news.md

File metadata and controls

32 lines (22 loc) · 578 Bytes
layout title
default
Zookeepr: News

News

{% assign firstpost = site.posts.first %}

[{{ firstpost.title }}]( {{firstpost.url }})

{{ firstpost.content }}

{% for post in site.posts limit: 3 offset: 1%}

[{{ post.title }}]({{ post.url }})

{{ post.content | truncate: 450 }}

Read More »

{% endfor %}

    {% for post in site.posts offset: 3 %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}