Sha256: d486a358f7521149a27eb896759fcf7ee839268551a2a590590fca2e13a756c5

Contents?: true

Size: 627 Bytes

Versions: 4

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 < 10 -%}0{%- endif -%}{{- talk_start_min -}}
</a>

{%- assign talk_time_styleclass = "" -%}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
devops4lib-jekyll-theme-conference-0.0.1 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.6.6 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.6.5 _includes/partials/show_talk_time.html
jekyll-theme-conference-3.6.4 _includes/partials/show_talk_time.html