{% 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) %}
Categories:
{% for category in categories %}
{{category}}
{% endfor %}
Tags:
{% for tag in tags %}
{{tag}}
{% endfor %}