mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-05 12:28:27 +02:00
plein de trucs
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
for(i in places) {
|
||||
var popup = '<strong>'+places[i][1]+'</strong>';
|
||||
for(j in places[i][2]) {
|
||||
popup += '<br/>'+places[i][2][j][0]+' : <a href="mailto:'+places[i][2][j][1]+'">'+places[i][2][j][1]+'</a>';
|
||||
popup += '<br/>'+places[i][2][j][0];
|
||||
}
|
||||
L.marker(places[i][0]).addTo(map)
|
||||
.bindPopup(popup);
|
||||
|
3
templates/shortcodes/square_box.html
Normal file
3
templates/shortcodes/square_box.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="square_box">
|
||||
{{ title }}
|
||||
</div>
|
Reference in New Issue
Block a user