Sha256: 624e126f057425e68894479a836ee2adc14aec644e2f3844addf27266bbd04cb

Contents?: true

Size: 1.18 KB

Versions: 22

Compression:

Stored size: 1.18 KB

Contents

<aside class="o-section">
  <div class="o-section-inner o-section-inner--rightBlock">
    {% for rbar in  page.rbar %}
        {% if rbar contains 'foto' %}
          {% include right-bar/bar_foto.html %}
        {% endif %}
        {% if rbar contains 'personContact' %}
          {% include right-bar/bar_person_contact.html %}
        {% endif %}
        {% if rbar contains 'garant' %}
          {% include right-bar/bar_garant.html %}
        {% endif %}
        {% if rbar contains 'program' %}
          {% include right-bar/bar_program.html %}
        {% endif %}
        {% if rbar contains 'cal' and site.calendar %}
          {% include right-bar/bar_cal.html %}
        {% endif %}
        {% if rbar contains 'people' %}
          {% include right-bar/bar_people.html %}
        {% endif %}
        {% if rbar contains 'video' %}
          {% include right-bar/bar_video.html %}
        {% endif %}
        {% if rbar contains 'fb' and site.facebook.profilePage %}
          {% include right-bar/bar_fb.html %}
        {% endif %}
        {% if rbar contains 'tw' and site.twitter.profile %}
          {% include right-bar/bar_tw.html %}
        {% endif %}
    {% endfor %}
  </div>
</aside>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
jekyll-theme-pirati-6.6.2 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.6.1 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.6.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.5.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.4.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.3.1 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.3.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.2.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.1.2 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.1.1 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.1.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.0.2 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.0.1 _includes/right-bar/rbar.html
jekyll-theme-pirati-6.0.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-5.3.1 _includes/right-bar/rbar.html
jekyll-theme-pirati-5.3.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-5.2.2 _includes/right-bar/rbar.html
jekyll-theme-pirati-5.2.1 _includes/right-bar/rbar.html
jekyll-theme-pirati-5.2.0 _includes/right-bar/rbar.html
jekyll-theme-pirati-5.1.1 _includes/right-bar/rbar.html