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/dea8e2cabeb30a3a5ea3ef314d4633bc92cdb13c/_layouts/test.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/_layouts/test.html

18 lines
332 B

8 years ago
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body id="page-top">
{% include nav.html %}
{% include portfolio.html %}
{% include header.html %}
{% include call-to-action.html %}
{% include services.html %}
{% include aside.html %}
{% include contact.html %}
{% include scripts.html %}
</body>
</html>