Recent posts
{%- if page.categories.size > 0 -%}
Categories
{% for category in page.categories limit:5 %}
{%- capture link -%}
/categories/#posts_in_{{ category | slugify }}_heading
{%- endcapture -%}
- {{ category | strip }}
{% endfor %}
{%- endif -%}
{%- if page.tags.size > 0 -%}
Tags
{% for tag in page.tags limit:5 %}
{%- capture link -%}
/tags/#posts_in_{{ tag | slugify }}_heading
{%- endcapture -%}
- {{ tag | strip }}
{% endfor %}
{%- endif -%}
{% if page.show_ads %}
{%- include ads.html ad_src="google-adsense" ad_type="links" -%}
{% endif %}