Sha256: 91704fa30bf72fbe8651ac06c2bfe542d3e45c7e231d3211e79075877bd83ec7

Contents?: true

Size: 776 Bytes

Versions: 11

Compression:

Stored size: 776 Bytes

Contents

{%- for r in d.rooms -%}
  {%- assign t = r.talks | first -%}
  {%- include partials/get_talk_time.html -%}

  {%- if forloop.index == 1 or talk_start_hour < day_start_hour or talk_start_hour == day_start_hour and talk_start_min < day_start_min-%}
    {%- assign day_start_talk = t -%}
    {%- assign day_start_hour = talk_start_hour -%}
    {%- assign day_start_min = talk_start_min -%}
  {%- endif -%}

  {%- assign t = r.talks | last -%}
  {%- include partials/get_talk_time.html -%}

  {%- if forloop.index == 1 or talk_end_hour > day_end_hour or talk_end_hour == day_end_hour and talk_end_min > day_end_min-%}
    {%- assign day_end_talk = t -%}
    {%- assign day_end_hour = talk_end_hour -%}
    {%- assign day_end_min = talk_end_min -%}
  {%- endif -%}
{%- endfor -%}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-conference-3.1.5 _includes/partials/get_day_time.html
jekyll-theme-conference-3.1.4 _includes/partials/get_day_time.html
jekyll-theme-conference-3.1.3 _includes/partials/get_day_time.html
jekyll-theme-conference-3.1.2 _includes/partials/get_day_time.html
jekyll-theme-conference-3.1.1 _includes/partials/get_day_time.html
jekyll-theme-conference-3.1.0 _includes/partials/get_day_time.html
jekyll-theme-conference-3.0.4 _includes/partials/get_day_time.html
jekyll-theme-conference-3.0.3 _includes/partials/get_day_time.html
jekyll-theme-conference-3.0.2 _includes/partials/get_day_time.html
jekyll-theme-conference-3.0.1 _includes/partials/get_day_time.html
jekyll-theme-conference-3.0.0 _includes/partials/get_day_time.html