Sha256: 4a16bf7576e0f20b70a2582d605c84edd7ac22b6d419afa7d79f81b056c4e2c1

Contents?: true

Size: 627 Bytes

Versions: 20

Compression:

Stored size: 627 Bytes

Contents

{%- assign nbr_days = site.data.program.days | size -%}

<a href="
  {{- site.conference.program.url | prepend: site.baseurl -}}
  {%- if nbr_days > 1 and day_hash -%}
    #{{ day_hash }}
  {%- endif -%}
" class="badge badge-light font-weight-normal text-left {{ talk_time_styleclass }}">
  <i class="far fa-clock"></i>&nbsp;
  {%- if nbr_days > 1 and day_abbr -%}
    {%- unless talk_day_hide -%} {{ day_abbr }}, {% endunless -%}
    {%- assign talk_day_hide = false -%}
  {% endif -%}
  {{- talk_start_hour -}}:{%- if talk_start_min == 0 -%}0{%- endif -%}{{- talk_start_min -}}
</a>

{%- assign talk_time_styleclass = "" -%}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
jekyll-theme-conference-3.6.3 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.6.2 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.6.1 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.6.0 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.5.0 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.4.1 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.4.0 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.3.0 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.2.0 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.1.5 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.1.4 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.1.3 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.1.2 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.1.1 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.1.0 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.0.4 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.0.3 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.0.2 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.0.1 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.0.0 _includes/partials/show_talk_time.html