Sha256: df81dfad5be1629b6025b990b1a9a760b56d15d3c807c00118730cf26646cd01

Contents?: true

Size: 1.47 KB

Versions: 2

Compression:

Stored size: 1.47 KB

Contents

<aside class="o-section">
  <div class="o-section-inner o-section-inner--rightBlock">
    {% if page.rbar contains 'foto' %}
      {% include right-bar/bar_foto.html %}
    {% endif %}
    {% if page.rbar contains 'foto' %}
      {% include right-bar/bar_person_contact.html %}
    {% endif %}
    {% if page.rbar contains 'team-summary' %}
      {% include right-bar/bar_teams_summary.html %}
    {% endif %}
    {% if page.rbar contains 'teams-toc' %}
      {% include right-bar/bar_teams_toc.html %}
    {% elsif page.rbar contains 'toc' %}
      {% include right-bar/bar_toc.html %}
    {% endif %}
    {% if page.rbar contains 'garant' %}
      {% include right-bar/bar_garant.html %}
    {% endif %}
    {% if page.rbar contains 'program' %}
      {% include right-bar/bar_program.html %}
    {% endif %}
    {% if page.rbar contains 'cal' and site.calendar %}
      {% include right-bar/bar_cal.html %}
    {% endif %}
    {% if page.rbar contains 'people' %}
      {% include right-bar/bar_people.html %}
    {% endif %}
    {% if page.rbar contains 'video' %}
      {% include right-bar/bar_video.html %}
    {% endif %}
    {% if page.rbar contains 'fb' and site.facebook.profilePage %}
      {% include right-bar/bar_fb.html %}
    {% endif %}
    {% if page.rbar contains 'tw' and site.twitter.profile %}
      {% include right-bar/bar_tw.html %}
    {% endif %}
    {% if page.rbar contains 'otevrenost' %}
      {% include right-bar/bar_otevrenost.html %}
    {% endif %}
  </div>
</aside>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-pirati-3.0.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-2.0.0 _includes/right-bar/rbar.html