--- layout: menu-page title: Archive permalink: archive:output_ext infinite: yes --- {% include calculate_relative_base.html %}
{% for post in site.posts limit: 20 %}
{% include remove_double_slash.html %} {{ post.title }} {% include post_meta.html type="post-card-meta" %} {{ post.excerpt }} Read more
{% endfor %}
{% include spinner.html %}