{% macro social_links(social_config) %}

{% if social_config.git %} {% endif %} {% if social_config.email %} {% endif %} {% if config.generate_feed %} {% endif %}

{% endmacro %} {% macro page_publish_metadata(page) %} Published on
{% endmacro %} {% macro page_content_metadata(page) %} {{ page.reading_time }} min reading time {{ page.word_count }} words {% endmacro %} {% macro render_categories(categories) %}
Categories {% for category in categories %}
{{category}}
{% endfor %}
{% endmacro %} {% macro render_tags(tags) %}
Tags {% for tag in tags %}
{{tag}}
{% endfor %}
{% endmacro %}