{% assign frontpage_articles = (site.posts | where: "frontpage" , "true") %} {% for page in frontpage_articles limit:10 %}
  • {{ page.title }}

    {% include post-meta.html %} {{ page.excerpt | strip_html | markdownify | truncatewords: 60 }}
  • {% endfor %}