Sha256: 4d370d3e4f266a572dbd06273d7fcd1a3a64ab364c4279d4b058c5c2556faa8a

Contents?: true

Size: 1.95 KB

Versions: 6

Compression:

Stored size: 1.95 KB

Contents

<aside class="container-padding--zero lg:container-padding--auto lg:card lg:elevation-10">
  <div class="lg:card__body {{ include.cardBodyClass }}">
    {% for rbar in page.rbar %}
      {% if rbar contains 'profile' %}
        {% include right-bar/bar_profile.html %}
      {% endif %}
      {% if rbar contains 'garant' %}
        {% include right-bar/bar_garant.html %}
      {% endif %}
      {% if rbar contains 'kodo' %}
        {% include right-bar/bar_kodo.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 %}
      {% if rbar contains 'textbox' %}
        {% include right-bar/bar_textbox.html %}
      {% endif %}
      {% if rbar contains 'map' %}
        {% include right-bar/bar_map.html %}
      {% endif %}
      {% if rbar contains 'personArticles' %}
        {% include right-bar/bar_person_articles.html %}
      {% endif %}
      {% if rbar contains 'board' %}
        {% include right-bar/bar_board.html %}
      {% endif %}
      {% if rbar contains 'tagArticles' %}
        {% include right-bar/bar_tag_articles.html %}
      {% endif %}
      {% if rbar contains 'pageContact' %}
        {% include right-bar/bar_page_contact.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

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.0.0.pre.alpha6 _includes/right-bar/rbar.html
jekyll-theme-pirati-8.0.0.pre.alpha5 _includes/right-bar/rbar.html
jekyll-theme-pirati-8.0.0.pre.alpha4 _includes/right-bar/rbar.html
jekyll-theme-pirati-8.0.0.pre.alpha3 _includes/right-bar/rbar.html
jekyll-theme-pirati-8.0.0.pre.alpha2 _includes/right-bar/rbar.html
jekyll-theme-pirati-8.0.0.pre.alpha1 _includes/right-bar/rbar.html