diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3091609..6b9e6b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,4 +18,4 @@ jobs: ssh-keyscan -H ${{ secrets.HOSTNAME }} >> ~/.ssh/known_hosts - name: restart server run: | - ssh radxa@${{ secrets.HOSTNAME }} "./start-schermo.sh &" + ssh radxa@${{ secrets.HOSTNAME }} ./start-schermo.sh diff --git a/eventsAndVisitorsPage.js b/eventsAndVisitorsPage.js index b4b4881..fee08a6 100644 --- a/eventsAndVisitorsPage.js +++ b/eventsAndVisitorsPage.js @@ -179,7 +179,11 @@ async function loadEvents() { } else if (valid_events[i].type == 'seminar') { tag = 'Seminar'; - speaker = formatPerson(valid_events[i].speaker) + if (valid_events[i].speakers) { + speaker = valid_events[i].speakers.map(speaker => formatPerson(speaker)).join(', ') + } else { + speaker = formatPerson(valid_events[i].speaker) + } } let el = ` diff --git a/mappa.html b/mappa.html new file mode 100644 index 0000000..790c80f --- /dev/null +++ b/mappa.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ +
+ + + +
+ + +
+ + + + + +
+ +
+ + +
+
+ + +
+ +
+ + + + + + + + + + +