Sha256: 2171a096ef513b47e8d871509e0a2f42387f0b9a8dc7a940d4bfe4f4378f0dc3

Contents?: true

Size: 660 Bytes

Versions: 11

Compression:

Stored size: 660 Bytes

Contents

{%- assign talk_start = t.time_start -%}
{%- assign talk_end = t.time_end -%}

{%- assign talk_start_hour = talk_start | split: ':' | first -%}
{%- assign talk_start_min = talk_start | split: ':' | last | divided_by: site.conference.program.time_steps | floor | times: site.conference.program.time_steps -%}
{%- assign talk_end_hour = talk_end | split: ':' | first -%}
{%- assign talk_end_min = talk_end | split: ':' | last | divided_by: site.conference.program.time_steps | ceil | times: site.conference.program.time_steps -%}

{%- assign talk_duration_min = talk_end_hour | minus: talk_start_hour | times: 60 | minus: talk_start_min | plus: talk_end_min -%}

Version data entries

11 entries across 11 versions & 1 rubygems

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