--- layout: default current: tag title: Tag Page cover: false class: 'tag-template' navigation: True logo: 'assets/images/ghost.png' --- {% include dynamic_tag_info.html %} {% include site-nav.html %} {{ page.tag | capitalizeall }} {% if tag_description %} {{ tag_description }} {% elsif page.tag %} A collection of {{ paginator.total_posts }} posts {% endif %} {% include post-card.html %}