Sha256: 92fac126ef340c4b51d5e9ecfdbd9e8da4b3ecd62cb16e1e33076b24f0fe768a

Contents?: true

Size: 693 Bytes

Versions: 15

Compression:

Stored size: 693 Bytes

Contents

{% comment %}
This requires the page header to define
textbox:
  title: # optional
  text:  # required
{% endcomment %}
{% if page.textbox.text %}
<div class="o-section-block">
 <ul class="c-widget-accordion c-widget-accordion--dark" data-accordion="" data-allow-all-closed="true">
   <li class="c-widget-accordion-item is-active" data-accordion-item="">
     <a href="#" class="c-widget-accordion-link">
       <span class="c-widget-accordion__title">{% if page.textbox.title %} {{ page.textbox.title }}{% endif %}</span>
     </a>
     <div class="c-widget-accordion-content c-content-block" data-tab-content="">
       {{ page.textbox.text }}
     </div>
   </li>
 </ul>
</div>
{% endif %}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.0.0.pre.alpha6 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-8.0.0.pre.alpha5 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-8.0.0.pre.alpha4 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-8.0.0.pre.alpha3 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-8.0.0.pre.alpha2 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-8.0.0.pre.alpha1 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.7.1 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.7.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.6.2 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.6.1 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.6.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.5.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.4.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.3.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.2.0 _includes/right-bar/bar_textbox.html