Update links to Zeus to zeus.gent

This commit is contained in:
Midgard 2020-05-20 17:33:11 +02:00
parent 9f0e5f7598
commit dff357cfca
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
</div>
</script>
<script id="info-template" type="text/x-handlebars-template">
<a href="http://zeus.ugent.be/" class="author-icon"><img src="img/zeus.png" alt="Zeus WPI"></a>
<a href="https://zeus.gent/" class="author-icon"><img src="img/zeus.png" alt="Zeus WPI"></a>
<a href="https://gentsestudentenraad.be/" class="author-icon"><img src="img/GSR.png" alt="Gentse Studentenraad"></a>
</script>
<script id="share-template" type="text/x-handlebars-template">

View File

@ -42,7 +42,7 @@ $(document).ready(function() {
var map = L.map('map').setView([50.702, 4.335], 9);
var osm = L.tileLayer('https://{s}.tiles.mapbox.com/v3/feliciaan.keoaj8d5/{z}/{x}/{y}{r}.png', {
attribution: 'Achtergrondkaart © <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>-bijdragers (data) en © <a href="https://www.mapbox.com/map-feedback/">Mapbox</a> (stijl) | <span lang="en">Made with ❤ by <a href="https://zeus.ugent.be">Zeus WPI</a></span>',
attribution: 'Achtergrondkaart © <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>-bijdragers (data) en © <a href="https://www.mapbox.com/map-feedback/">Mapbox</a> (stijl) | <span lang="en">Made with ❤ by <a href="https://zeus.gent/">Zeus WPI</a></span>',
detectRetina: true
}).addTo(map);