Skip to content

Commit

Permalink
Update venue page
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo-massa committed May 1, 2024
1 parent d1800f4 commit 644d1e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _data/venue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ ws_address: >
Largo Bruno Pontecorvo 3, <br>
56127 Pisa, PI, Italy
accommodation:
- about: >
Pisa is a compact city, so most hotels are within walking distance of the main attractions. HPDC 2024 has no specific agreement with local hotels or other accomodation offers, however, in the follow we briefly report a list of accomodation options in Pisa that allow to easily reach the conference venue. For your convenience the very same options are also reported in the interactive map.
about: >
Pisa is a compact city, so most hotels are within walking distance of the main attractions. HPDC 2024 has no specific agreement with local hotels or other accomodation offers, however, in the follow we briefly report a list of accomodation options in Pisa that allow to easily reach the conference venue. For your convenience the very same options are also reported in the interactive map.
hotels:
- name: Hotel Verdi
address: Piazza della Repubblica, 5
Expand Down
3 changes: 3 additions & 0 deletions venue.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ <h5>Piazza dei Miracoli (Miracles’ Square)</h5>

<div>
<h5>Where to stay in Pisa</h5>
{% if site.data.venue.about %}
<p>{{site.data.venue.about}}</p>
{% endif %}
<ul>
{% for hotel in site.data.venue.hotels %}
<li>
Expand Down

0 comments on commit 644d1e9

Please sign in to comment.