Sha256: cec05d77238f68ef0ba403aa47d64bdbe6265712cfbb91248f415328072c6865

Contents?: true

Size: 677 Bytes

Versions: 20

Compression:

Stored size: 677 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" data-tab-content="">
       {{ page.textbox.text }}
     </div>
   </li>
 </ul>
</div>
{% endif %}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
jekyll-theme-pirati-7.1.1 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-7.0.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.9.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.8.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.7.2 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.7.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.6.2 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.6.1 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.6.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.5.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.4.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.3.1 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.3.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.2.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.1.2 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.1.1 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.1.0 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.0.2 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.0.1 _includes/right-bar/bar_textbox.html
jekyll-theme-pirati-6.0.0 _includes/right-bar/bar_textbox.html