Skip to content
Snippets Groups Projects
Forked from KWARC / kwarc.info / www
1186 commits behind the upstream repository.
tagpage.html 222 B
---
layout: default
---

<h1>Posts: {{ page.title }}</h1>

<p><a href="{{ site.baseurl }}/news/posts/" >All posts</a></p>

{{ content }}

{% for post in site.tags[page.tag] %}
    {% include post_link.html %}
{% endfor %}