Skip to content

Commit 4d09e93

Browse files
committed
Adding link to Newcomer Dinner info/signup doc, removing redundant YAML-based list
1 parent b112f18 commit 4d09e93

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

_data/conf.yml

+5
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ shirt-voting:
262262
diy-social:
263263
show: true
264264

265+
newcomer-dinner:
266+
show: true
267+
signup-url: "https://docs.google.com/document/d/1Mxd2N399rOz7UTUk2T4FUfUtlTJcCuPI2NocRVzeGMI/edit"
268+
date: "2023-03-14"
269+
265270
tours:
266271
show: true
267272
tours:

_data/dinner.yml

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
# for sorting purposes:
22
# - distance should start with a number
33
# - price point should start with a $ and then a number
4-
5-
- restaurant-name: Sample Restaurant
6-
url: http://example.com/
7-
type-of-food: American, Burgers
8-
distance-from-hotel: .25 to .5 miles
9-
vegetarian-options: Yes
10-
vegan-options: Yes
11-
takes-reservations: No
12-
price-point: $9-$20
13-
accessibility-and-notes: Loud inside. Smaller group number recommended.

general-info/venues/dinner.html

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ <h3>Transportation</h3>
2626
</p>
2727

2828

29+
{% if site.data.dinner %}
2930
<h3>Restaurant List</h3>
3031
<p>Keep in mind, this is not an exhaustive list. Feel free to add more on <a href="{{site.data.conf.newcomer-dinner.signup-url}}">the sign-up sheet</a>.</p>
3132
<table class="table table-striped table-bordered" id="dinner-datatable">
@@ -61,5 +62,6 @@ <h3>Restaurant List</h3>
6162
{% endfor %}
6263
</tbody>
6364
</table>
65+
{% endif %}
6466
</div>
6567
</section>

0 commit comments

Comments
 (0)