Sha256: 6782a8692d20458b74814e6b2f8eb0403eddd71d87d33a1eb38c931c83a2d0f8

Contents?: true

Size: 852 Bytes

Versions: 22

Compression:

Stored size: 852 Bytes

Contents

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

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

</html>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.9.20221031122647 _layouts/download-mirror.html
jekyll-theme-centos-0.9.20220805132206 _layouts/download-mirror.html
jekyll-theme-centos-0.9.20220227231551 _layouts/download-mirror.html
jekyll-theme-centos-0.9.20220212202853 _layouts/download-mirror.html
jekyll-theme-centos-0.9.20220212195701 _layouts/download-mirror.html
jekyll-theme-centos-0.9.20220201124228 _layouts/download-mirror.html
jekyll-theme-centos-0.9.20220201033517 _layouts/download-mirror.html
jekyll-theme-centos-0.9.20220201032927 _layouts/download-mirror.html
jekyll-theme-centos-0.9.20211202171349 _layouts/download-mirror.html
jekyll-theme-centos-0.9.20211031215618 _layouts/download-mirror.html
jekyll-theme-centos-0.8.10 _layouts/download-mirror.html
jekyll-theme-centos-0.8.9 _layouts/download-mirror.html
jekyll-theme-centos-0.8.8 _layouts/download-mirror.html
jekyll-theme-centos-0.8.7 _layouts/download-mirror.html
jekyll-theme-centos-0.8.6 _layouts/download-mirror.html
jekyll-theme-centos-0.8.5 _layouts/download-mirror.html
jekyll-theme-centos-0.8.4 _layouts/download-mirror.html
jekyll-theme-centos-0.8.3 _layouts/download-mirror.html
jekyll-theme-centos-0.8.2 _layouts/download-mirror.html
jekyll-theme-centos-0.8.1 _layouts/download-mirror.html