Sha256: 926d0387fb8e5b4247ab03a4bd4e952a23ab58efd472c59f4ad005e0ab03c10c

Contents?: true

Size: 684 Bytes

Versions: 8

Compression:

Stored size: 684 Bytes

Contents

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

{% include head.html %}

<body>

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

  <main class="download">
    {% include breadcrumbs.html %}
    <article class="download__content">
      {{ 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.bootstrap4.min.js"></script>
  <script>
  $(document).ready(function() {
    $('#download-mirror').DataTable();
  } );
  </script>
  <script src="/assets/js/bootstrap.min.js"></script>
</body>

</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.3.0 _layouts/download-mirror.html
jekyll-theme-centos-0.2.6 _layouts/download-mirror.html
jekyll-theme-centos-0.2.5 _layouts/download-mirror.html
jekyll-theme-centos-0.2.4 _layouts/download-mirror.html
jekyll-theme-centos-0.2.3 _layouts/download-mirror.html
jekyll-theme-centos-0.2.2 _layouts/download-mirror.html
jekyll-theme-centos-0.2.1 _layouts/download-mirror.html
jekyll-theme-centos-0.2.0 _layouts/download-mirror.html