Sha256: 3ba499d8dccfb7cec1f1f4bdd3b31c0597f0925a73029a67e7a279afd4248e08

Contents?: true

Size: 934 Bytes

Versions: 10

Compression:

Stored size: 934 Bytes

Contents

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

  {%- if site.conference.live.streaming -%}
    <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 -%}
    </a>
  {%- else -%}
    </span>
  {%- endif -%}
  {%- assign live_button_styleclass = "" -%}
{%- endif -%}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-conference-3.4.1 _includes/partials/show_live_button.html
jekyll-theme-conference-3.4.0 _includes/partials/show_live_button.html
jekyll-theme-conference-3.3.0 _includes/partials/show_live_button.html
jekyll-theme-conference-3.2.0 _includes/partials/show_live_button.html
jekyll-theme-conference-3.1.5 _includes/partials/show_live_button.html
jekyll-theme-conference-3.1.4 _includes/partials/show_live_button.html
jekyll-theme-conference-3.1.3 _includes/partials/show_live_button.html
jekyll-theme-conference-3.1.2 _includes/partials/show_live_button.html
jekyll-theme-conference-3.1.1 _includes/partials/show_live_button.html
jekyll-theme-conference-3.1.0 _includes/partials/show_live_button.html