💄 move api link location
This commit is contained in:
@@ -114,6 +114,9 @@
|
|||||||
RSS Feed
|
RSS Feed
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
|
{% if api_spec_link %}
|
||||||
|
<a href="{{ url_for('static', filename=api_spec_link) }}" aria-label="API">API</a>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -130,9 +133,6 @@
|
|||||||
|
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© 2025 Sunday Comics. All rights reserved.</p>
|
<p>© 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>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user