Sha256: 19b75c0fba94d702edeb5920747ec29bdd8c3d2d294bde821f1194cc80509d82

Contents?: true

Size: 646 Bytes

Versions: 12

Compression:

Stored size: 646 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

12 entries across 12 versions & 1 rubygems

Version Path
jekyll-theme-conference-2.5.4 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.5.3 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.5.2 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.5.1 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.5.0 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.4.1 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.4.0 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.3.1 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.2.0 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.3.0 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.1.1 _includes/partials/get_talk_time.html
jekyll-theme-conference-2.1.0 _includes/partials/get_talk_time.html