Sha256: b3f21740a2565d641cb7497167108412d1cb6fecf562a4836720a123badfe34e

Contents?: true

Size: 1.54 KB

Versions: 13

Compression:

Stored size: 1.54 KB

Contents

{% if page.youtube %}
<div class="o-section-block show-for-medium">
  <ul class="c-widget-accordion" data-accordion="" data-allow-all-closed="true">
    <li class="c-widget-accordion-item is-active" data-accordion-item="">

      {% if page.youtube.title %}
      <a href="#" class="c-widget-accordion-link c-widget-accordion-link--yt">
	      <span class="c-widget-accordion__title">{{page.youtube.title}}</span>
      </a>
      {% endif %}

      <div class="c-widget-accordion-content" data-tab-content="">
        <div class="c-widget-accordion-content-video">
          
          <div class="c-widget-accordion-content__video u-video-wrapper-16-9">
          
             {% if page.youtube.id %}
		  <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/{{page.youtube.id}}?rel=0&amp;controls=0" style="border: 0;" allowfullscreen=""></iframe>
             {% endif %}
             
	     {% if page.youtube.playlist %}

	     <iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list={{page.youtube.playlist}}" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
             {% endif %}
          
          </div>

          {% if page.youtube.button %}
          <div class="c-widget-accordion-content__cta">
		  <a class="expanded button large u-0margin" href={{page.youtube.button.url}} target="_blank" rel="noopener noreferrer">
			  {{page.youtube.button.title}}
		  </a>
          </div>
          {% endif %}

        </div>
      </div>
     
    </li>
  </ul>
</div>
{% endif %}

Version data entries

13 entries across 13 versions & 1 rubygems

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