Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/blame/commit/3b4d0367a562888d13de08d553106f9b4edc20ec/_layouts/default.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/_layouts/default.html

16 lines
203 B

8 years ago
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body id="page-top">
{% include nav-blog.html %}
{{ content }}
{% include contact.html %}
{% include scripts.html %}
</body>
</html>