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