Sha256: c0df48be4f2b52365634f687a071d077a26573ae80c244657dbcc6de276fb212

Contents?: true

Size: 466 Bytes

Versions: 2

Compression:

Stored size: 466 Bytes

Contents

<!DOCTYPE html>
<html>

  {% include head.html %}

  <body>
    {% include navbar.html %}

    <main>
      {% include header.html %}

      <div class="container content">
          
        {{ content
          | replace: '<table', '<div class="table-responsive"><table'
          | replace: '</table>', '</table></div>'
          | replace: '<table>', '<table class="table">'
        }}

      </div>
    </main>

    {% include footer.html %}

  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-petridish-3.1.0 _layouts/base.html
jekyll-theme-petridish-3.0 _layouts/base.html