Sha256: 879aae3563e2d1e9c43bdd1aa712d46a42cfec98f0f13875f02229f5a5c541c0

Contents?: true

Size: 817 Bytes

Versions: 7

Compression:

Stored size: 817 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: 'en' }}">

{% include head-datatables.html %}

<body>

  {% include navbar.html -%}
  {% include header.html -%}

  <main id="main" class="download">
    <article class="download__content">
      <div class="download__content__nav">
        {% include breadcrumbs.html %}
        {% include toc.html html=content %}
      </div>
      {{ content }}
    </article>
  </main>

  {% include footer.html -%}

  <script src="/assets/js/jquery.min.js"></script>
  <script src="/assets/js/jquery.dataTables.min.js"></script>
  <script src="/assets/js/dataTables.bootstrap5.min.js"></script>
  <script>
  $(document).ready(function() {
    $('#download-mirror').DataTable();
  } );
  </script>

  <script src="/assets/js/bootstrap.bundle.min.js"></script>
</body>

</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-centos-test-1.1.3 _layouts/page-datatables.html
jekyll-theme-centos-test-1.1.2 _layouts/page-datatables.html
jekyll-theme-centos-test-1.1.1 _layouts/page-datatables.html
jekyll-theme-centos-test-1.0.33 _layouts/page-datatables.html
jekyll-theme-centos-test-1.0.32 _layouts/page-datatables.html
jekyll-theme-centos-test-1.0.24 _layouts/page-datatables.html
jekyll-theme-centos-test-1.0.23 _layouts/page-datatables.html