Sha256: 529a1edb680a00d84660ebf2150cde2de8af3b0870edccf778f5771427c4f474

Contents?: true

Size: 353 Bytes

Versions: 24

Compression:

Stored size: 353 Bytes

Contents

{%- if room.hide or site.conference.location.hide -%}
  <span class="badge badge-light font-weight-normal text-left"><i class="far fa-square"></i>&nbsp;{{ room.name }}</span>
{%- else -%}
  <a href="{{ room.url | prepend: site.baseurl }}" class="badge badge-light font-weight-normal"><i class="far fa-square"></i>&nbsp;{{ room.name }}</a>
{%- endif -%}

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
jekyll-theme-conference-3.0.3 _includes/partials/show_room.html
jekyll-theme-conference-3.0.2 _includes/partials/show_room.html
jekyll-theme-conference-3.0.1 _includes/partials/show_room.html
jekyll-theme-conference-3.0.0 _includes/partials/show_room.html