Sha256: 85047b95cadd078449178a309a0035c3e9125a183e8065cc4a71396e88ced8fa

Contents?: true

Size: 665 Bytes

Versions: 24

Compression:

Stored size: 665 Bytes

Contents

{%- assign day_index = forloop.index -%}

{%- if d.abbr -%}
  {%- assign day_hash = d.abbr -%}
  {%- assign day_abbr = d.abbr -%}
{%- elsif d.name -%}
  {%- assign day_hash = d.name -%}
  {%- assign day_abbr = d.name -%}
{%- else -%}
  {%- assign day_hash = site.data.lang[site.conference.lang].live.time.day | append: "-" | append: day_index -%}
  {%- assign day_abbr = site.data.lang[site.conference.lang].live.time.day | capitalize | append: " " | append: day_index -%}
{%- endif -%}

{%- assign day_hash = day_hash | downcase | url_encode -%}

{%- if d.name -%}
  {%- assign day_name = d.name -%}
{%- else -%}
  {%- assign day_name = day_abbr -%}
{%- endif -%}

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
devops4lib-jekyll-theme-conference-0.0.1 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.6.6 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.6.5 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.6.4 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.6.3 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.6.2 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.6.1 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.6.0 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.5.0 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.4.1 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.4.0 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.3.0 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.2.0 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.1.5 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.1.4 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.1.3 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.1.2 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.1.1 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.1.0 _includes/partials/get_day_hash.html
jekyll-theme-conference-3.0.4 _includes/partials/get_day_hash.html