--- title: Blog description: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s layout: main/base.html cover: /asset/index/cover.webp keyword: blog, apoxicam blog, apoxicam permalink: /blog/ ---
cover
{% include "nav/nav-blog.html" %}
    {% for post in collections.posts reversed %}
  • {{ post.data.title }}

    {{ post.data.description | limitWords: 30 }}

    {{ post.data.date | date: "%a, %d %b %Y" }}

  • {% endfor %}
{% include "footer/footer-credit.html" %}