{% if not FOOTER_LINKS %}
{% if not HIDE_AUTHORS %}
- Authors
{% endif %}
- Archives
{% if not HIDE_CATEGORIES %}
- Categories
{% endif %}
{% if tags|length %}
- Tags
{% endif %}
{% else %}
{% for title, link in FOOTER_LINKS %}
- {{ title }}
{% endfor %}
{% endif %}
Generated by Pelican
/ ✨