--- layout: default pagination: data: collections size: 1 alias: tag permalink: /tags/{{ tag }}/ image: /assets/img/ogi/tags.jpg eleventyComputed: title: '{{ tag }}' --- {% assign posts = collections[tag] | reverse %} {% for post in posts %}

{{ post.data.title }}

{{ post.data.post_excerpt | markdown }}

Read more →

{% endfor %}