File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ <h1 class="font-weight-light">{{ talk.name }}</h1>
40
40
< span class ="live-hide " data-start ="{{ timestamp_start }} " data-end ="{{ timestamp_end }} ">
41
41
{%- endif -%}
42
42
43
- {%- include partials/get_time_pronoun.html -%}
43
+ <!-- {%- include partials/get_time_pronoun.html -%}
44
44
{%- include partials/get_talk_time.html -%}
45
45
<span class="d-none d-sm-inline">
46
46
{{- time_pronoun -}}
47
- </ span > {% include partials/show_talk_time.html -%}
47
+ </span> {% include partials/show_talk_time.html -%} -->
48
48
49
49
{%- if site.conference.live -%}
50
50
</ span >
@@ -56,9 +56,9 @@ <h1 class="font-weight-light">{{ talk.name }}</h1>
56
56
{{- site.data.lang[site.conference.lang].pronoun.in | default: "in" -}}
57
57
</ span > {% include partials/show_room.html -%}
58
58
59
- < span class ="d-none d-sm-inline ml-1 ">
59
+ <!-- < span class="d-none d-sm-inline ml-1">
60
60
{{- site.data.lang[site.conference.lang].pronoun.for | default: "for" -}}
61
- </ span > {% include partials/show_talk_duration.html -%}
61
+ </span> {% include partials/show_talk_duration.html -%} -->
62
62
63
63
{% endif %}
64
64
{% endfor %}
You can’t perform that action at this time.
0 commit comments