Skip to content

Commit e98934e

Browse files
committed
hotfix: hide template dispaly time
1 parent 18a4214 commit e98934e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_layouts/talk.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ <h1 class="font-weight-light">{{ talk.name }}</h1>
4040
<span class="live-hide" data-start="{{ timestamp_start }}" data-end="{{ timestamp_end }}">
4141
{%- endif -%}
4242

43-
{%- include partials/get_time_pronoun.html -%}
43+
<!-- {%- include partials/get_time_pronoun.html -%}
4444
{%- include partials/get_talk_time.html -%}
4545
<span class="d-none d-sm-inline">
4646
{{- time_pronoun -}}
47-
</span> {% include partials/show_talk_time.html -%}
47+
</span> {% include partials/show_talk_time.html -%} -->
4848

4949
{%- if site.conference.live -%}
5050
</span>
@@ -56,9 +56,9 @@ <h1 class="font-weight-light">{{ talk.name }}</h1>
5656
{{- site.data.lang[site.conference.lang].pronoun.in | default: "in" -}}
5757
</span> {% include partials/show_room.html -%}
5858

59-
<span class="d-none d-sm-inline ml-1">
59+
<!-- <span class="d-none d-sm-inline ml-1">
6060
{{- 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 -%} -->
6262

6363
{% endif %}
6464
{% endfor %}

0 commit comments

Comments
 (0)