Use https for links to project homepage (#1165)

This commit is contained in:
Rotzbua 2023-02-11 10:14:23 +01:00 committed by GitHub
parent 09f675c99b
commit 6d6978452b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -26,4 +26,4 @@
#################################################################
define("BAIKAL_VERSION", "0.9.3");
define("BAIKAL_HOMEPAGE", "http://sabre.io/baikal/");
define("BAIKAL_HOMEPAGE", "https://sabre.io/baikal/");

View file

@ -11,7 +11,7 @@
<div class="nav-collapse">
<ul class="nav">
<li> <a href="admin/"><i class="icon-eject icon-white" style="transform: rotate(90deg)"></i> Login</a></li>
<li> <a target="_blank" rel="noopener noreferrer" href="http://sabre.io/baikal/"><i class="icon-heart icon-white"></i> Get your own</a></li>
<li> <a target="_blank" rel="noopener noreferrer" href="https://sabre.io/baikal/"><i class="icon-heart icon-white"></i> Get your own</a></li>
</ul>
</div>
</div>

View file

@ -1,5 +1,5 @@
{% autoescape false %}
{% set url = 'http://sabre.io/baikal' %}
{% set url = 'https://sabre.io/baikal/' %}
<style>
.label-intext { vertical-align: top;}
</style>