{% include strap-jekyll/default/vars.html %}
{% capture category_size %}{{ page.categories | size }}{% endcapture %} {% if category_size != '0' %}
{{ text.categories }} {% for category in page.categories %} {% capture category_size %}{{ site.categories[category] | size }}{% endcapture %}
{% if category_size == '0' or category_size == '1' %} {% else %} {% endif %}
{% endfor %}
{% endif %} {% capture tag_size %}{{ page.tags | size }}{% endcapture %} {% if tag_size != '0' %} {% endif %}
{{ content }}
{% if text.leave_a_comment_on_twitter_to and page_author.twitter %} {{ text.leave_a_comment_on_twitter_to }} @{{ page_author.twitter }}

{% endif %} {% if text.leave_a_comment_on_github and page.commentIssueId %} {{ text.leave_a_comment_on_github }}
{% endif %}