Sha256: 89b606e3bc2c689c0359ad2606a3ae78c5be032db2faa465c118a707cf215827
Contents?: true
Size: 948 Bytes
Versions: 9
Compression:
Stored size: 948 Bytes
Contents
{%- if site.conference.live -%} {%- include partials/get_talk_timestamp.html -%} {%- if site.conference.live.streaming.enable -%} <a title="{{ link.name }}" {% if site.conference.live.streaming.external -%} href="{{ site.conference.live.streaming.external }}" {%- else -%} data-toggle="modal" data-target="#stream-modal" data-room="{{ r.name }}" href="#" {%- endif -%} {%- else -%} <span {%- endif %} class="live-show live-button badge badge-dark font-weight-normal text-center d-none {{ live_button_styleclass }}" data-start="{{ timestamp_start }}" data-end="{{ timestamp_end }}"> <object data="{{ site.baseurl }}/assets/icons/live.svg" type="image/svg+xml">!</object> {{ site.data.lang[site.conference.lang].live.live | default: "Live" }} {%- if site.conference.live.streaming.enable -%} </a> {%- else -%} </span> {%- endif -%} {%- assign live_button_styleclass = "" -%} {%- endif -%}
Version data entries
9 entries across 9 versions & 2 rubygems