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/93d8c70492ac5aba16c010ff3c1b31a0afb6efc8/_includes/contact.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
< section id = "contact" class = "contact bg-primary" >
< div class = "container" >
< h2 > We < i class = "fa fa-heart" > < / i > new friends!< / h2 >
< ul class = "list-inline list-social" >
{% for network in site.social %}
< li class = "social-{{ network.title }}" >
< a href = "{{ network.url }}" class = "btn-social btn-outline" > < i class = "fa fa-fw fa-{{ network.title }}" > < / i > < / a >
< / li >
{% endfor %}
< / ul >
<!-- <ul class="list - inline list - social">
< li class = "social-twitter" >
< a href = "#" > < i class = "fa fa-twitter" > < / i > < / a >
< / li >
< li class = "social-facebook" >
< a href = "#" > < i class = "fa fa-facebook" > < / i > < / a >
< / li >
< li class = "social-google-plus" >
< a href = "#" > < i class = "fa fa-google-plus" > < / i > < / a >
< / li >
< / ul > -->
< / div >
< / section >
< footer >
< div class = "container" >
< p > © 2016 by < a target = "_blank" rel = "nofollow" href = "https://linkedin.com/in/jamiearees" > Jamie Rees< / a > hosted on < a target = "_blank" rel = "nofollow" href = "https://github.com/tidusjar/ombi" > Github< / a > . All Rights Reserved.< / p >
< ul class = "list-inline" >
< li >
< a href = "https://github.com/tidusjar/Ombi/wiki/FAQ" target = "_blank" > FAQ< / a >
< / li >
< / ul >
< / div >
< / footer >