{% macro social_links(social_config) %}
{% if social_config.github %} {% endif %} {% if social_config.gitlab %} {% endif %} {% if social_config.keybase %} {% endif %} {% if social_config.mastodon %} {% endif %} {% if social_config.email %} {% endif %} {% if config.generate_feed %} {% endif %}
{% endmacro %} {% macro page_publish_metadata(page) %} Published on | Last edited on {% endmacro %} {% macro page_content_metadata(page) %} {{ page.reading_time }} min {% endmacro %} {% macro page_content_pdfs(page) %} PDF: Letter | A4 {% 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 %}