💄 move api link location

This commit is contained in:
mi
2025-11-13 14:32:24 +10:00
parent 6e3685b4ca
commit 2b6234e2f8

View File

@@ -114,6 +114,9 @@
RSS Feed
{% endif %}
</a>
{% if api_spec_link %}
<a href="{{ url_for('static', filename=api_spec_link) }}" aria-label="API">API</a>
{% endif %}
</div>
</div>
@@ -130,9 +133,6 @@
<div class="footer-bottom">
<p>&copy; 2025 Sunday Comics. All rights reserved.</p>
{% if api_spec_link %}
<a href="{{ url_for('static', filename=api_spec_link) }}" class="api-link">API</a>
{% endif %}
</div>
</div>
</footer>