{% macro social_links(social_config) %}
{% if social_config.facebook %} {% endif %} {% if social_config.twitter %} {% endif %} {% if social_config.linkedin %} {% endif %} {% if social_config.github %} {% endif %} {% if social_config.gitlab %} {% endif %} {% if social_config.stackoverflow %} {% endif %} {% if social_config.keybase %} {% endif %} {% if social_config.instagram %} {% endif %} {% if social_config.behance %} {% endif %} {% if social_config.email %} {% endif %} {% if config.generate_feed %} {% endif %}
{% endmacro %} {% macro page_publish_metadata(page) %} {{ config.extra.author.name }} published on {% endmacro %} {% macro page_content_metadata(page) %} {{ page.reading_time }} min, {{ 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 %}