Sha256: 1b386891568f1b3988c5ec786ed99530016da2e9f666a40b3657e568d040f7a3
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 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 %} {% comment %}Allows to append custom right bars variants{% endcomment %} {% include right-bar/custom-bars.html rbar=rbar %} {% endfor %} </div> </aside>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-pirati-6.7.2 | _includes/right-bar/rbar.html |
jekyll-theme-pirati-6.7.0 | _includes/right-bar/rbar.html |