Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46b32cf

Browse files
authored
Update program.html
1 parent b9a3761 commit 46b32cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/program.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h1 class="display-5 {% if nbr_days > 1 -%} mb-2 {%- else -%} mb-4 {%- endif %}"
293293
</th>
294294
<td class="col-space p-0"></td>
295295
{%- for r in d.rooms -%}
296-
{%- if r.name == 'Room A' %}
296+
{%- if r.name == '독도' %}
297297
{%- assign room = site.rooms | where: 'name', r.name | first -%}
298298

299299
{%- for t in r.talks -%}

0 commit comments

Comments
 (0)