circulations (1)

{% for post_dir, post in db.items() %}
---
{{ post.frontmatter.title }}
aggregated source
{{ post.frontmatter.feed_name }}
{{ post.frontmatter.date }}
{{ post.frontmatter.author }}
post
{% endfor %}


circulations (2)

{% for post_dir, post in db.items() %} {% endfor %}
title post tags feed date through
{{ post.frontmatter.title }} aggregated source {% for tag in post.frontmatter.tags %}{{ tag }} {% endfor %} {{ post.frontmatter.feed_name }} {{ post.frontmatter.date }} {{ post.frontmatter.author }}