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/d69d31e7ec34c364dff327fc370ebae7af5ad1d4/overrides/main.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/overrides/main.html

18 lines
329 B

{% 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 %}