Skip to content

Commit e1c1455

Browse files
committed
adding specific flag for no video
1 parent 199b9ea commit e1c1455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/4DEvents/showAndTells.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- date: "March 30, 2023"
2-
url: "when ready"
2+
# url: ""
33
talks:
44
- title: "Automation of Coloring Process in Fashion Design Using Arduino Color Sensor"
55
authors:

_includes/show_and_tells_table

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if include.materials_list %}
22
| Date | Topics | Video Link |
33
| --- | --- | --- |
4-
{% for row in include.materials_list %} | {{ row.date }} | {% for talk in row.talks %} {{ forloop.index }}. **{{ talk.title }}** by {% for author in talk.authors %}{% if forloop.index0 > 0 %}, {% endif %}{% if author.url %}[{% endif %}{{ author.name }}{% if author.url %}]({{ author.url }}){% endif %}{% endfor %} of {% for affil in talk.affiliation %}{% if forloop.index0 > 0 %}, {% endif %}{% if affil.url %}[{% endif %}{{ affil.name }}{% if affil.url %}]({{ affil.url }}){% endif %}{% endfor %}<br />{% endfor %} | [Video]({{ row.url }}) |
4+
{% for row in include.materials_list %} | {{ row.date }} | {% for talk in row.talks %} {{ forloop.index }}. **{{ talk.title }}** by {% for author in talk.authors %}{% if forloop.index0 > 0 %}, {% endif %}{% if author.url %}[{% endif %}{{ author.name }}{% if author.url %}]({{ author.url }}){% endif %}{% endfor %} of {% for affil in talk.affiliation %}{% if forloop.index0 > 0 %}, {% endif %}{% if affil.url %}[{% endif %}{{ affil.name }}{% if affil.url %}]({{ affil.url }}){% endif %}{% endfor %}<br />{% endfor %} | {% if row.url %}[Video]({{ row.url }}){% else %}Video Coming Soon!{% endif %} |
55
{% endfor %}
66
{% endif %}

0 commit comments

Comments
 (0)