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

19 lines
403 B

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