From a6c711dc0b832f1406a895ec3ce3a4506c982687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esm=C3=A9=20Cowles?= Date: Mon, 16 Dec 2024 12:29:29 -0500 Subject: [PATCH] Adding note that the Code4Lib rate at the Graduate is only available through a link in confirmation email --- _data/conf.yml | 1 + general-info/lodging-transportation.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_data/conf.yml b/_data/conf.yml index 92635cc..9c290ed 100644 --- a/_data/conf.yml +++ b/_data/conf.yml @@ -103,6 +103,7 @@ venue: postal-code: 08540 phone: 609-380-1457 website: https://www.hilton.com/en/hotels/pctgpgu-graduate-princeton/ + warning: Please see your confirmation email to access the Code4Lib rate referenced above. - name: Nassau Inn street: 10 Palmer Square city-state: Princeton, NJ diff --git a/general-info/lodging-transportation.html b/general-info/lodging-transportation.html index e999e16..6e28b2d 100644 --- a/general-info/lodging-transportation.html +++ b/general-info/lodging-transportation.html @@ -50,7 +50,8 @@

Lodging

{{hotel.city-state}} {{hotel.postal-coe}}
{{hotel.phone}}
{{hotel.website}}
- {{hotel.notes}} + {% if hotel.notes %}{{hotel.notes}}
{% endif %} + {% if hotel.warning %}{{hotel.warning}}{% endif %}

{% endfor %}