tagged:
{% for tag in post.tags %}
{{ tag }}
{% end %}
{% end %}
{% if post.comment_open %}
{% if config.comment_system == 'disqus' and config.disqus_shortname %}
{% end %}
{% if config.comment_system == 'duoshuo' and config.duoshuo_shortname %}
{% end %}
{% end %}
{% if prev %}
Prev
{% end %}
{% if next %}
Next
{% end %}
{% end %}