Sha256: ce797bbfb1e995eb4c0fe5a8636719217faa1cb1c9f86c94d752a9655b5cffaa

Contents?: true

Size: 690 Bytes

Versions: 2

Compression:

Stored size: 690 Bytes

Contents

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
  {% include iehacks.html %}
  {% include head.html %}
  <body class="" >
    <div class="wrapper">
      {% include header.html %}
      <div class="inner-wrap blogs-block">
          {{ content }}
      </div>
      {% include footer.html %}
    </div>
  </body> 
  {%- if page.layout == "home" or page.layout == "post"-%}
    <script>
      var elem = document.querySelector('.main-carousel');
      var flkty = new Flickity( elem, {
        // options
        autoPlay: true,
        wrapAround: true,
        cellAlign: 'left',
        contain: true
      });
    </script>
  {%- endif -%}
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
daiblogs-0.2.1 _layouts/default.html
daiblogs-0.2.0 _layouts/default.html