Sha256: 9ec8a572af56b03b7d43df0cdb5a40920f723707d8e89a2741cc7684603793c2

Contents?: true

Size: 784 Bytes

Versions: 5

Compression:

Stored size: 784 Bytes

Contents

{%- if site.conference.live -%}
  {%- include partials/get_talk_timestamp.html -%}

  {%- if site.conference.live.streaming -%}
    <a title="{{ link.name }}" data-toggle="modal" data-target="#stream-modal" data-room="{{ r.name }}" href="#"
  {%- 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 -%}
    </a>
  {%- else -%}
    </span>
  {%- endif -%}
  {%- assign live_button_styleclass = "" -%}
{%- endif -%}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-conference-3.0.4 _includes/partials/show_live_button.html
jekyll-theme-conference-3.0.3 _includes/partials/show_live_button.html
jekyll-theme-conference-3.0.2 _includes/partials/show_live_button.html
jekyll-theme-conference-3.0.1 _includes/partials/show_live_button.html
jekyll-theme-conference-3.0.0 _includes/partials/show_live_button.html