Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/c3dbc01e931ea0b802da935e4a727395f3788911/overrides/main.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
{{ super() }}
|
|
<footer class="sponsorship">
|
|
<hr>
|
|
<a href="https://github.com/sponsors/TRaSH-" title="Buy me a Coffee"><img src="/img/buy-me-a-coffee.png" alt="Buy me a coffee" width="137" height="39">
|
|
</a>
|
|
<hr>
|
|
</footer>
|
|
{% endblock %}
|
|
|