Sha256: 6d44f5d28f3c462f6820be060b35118346426e15986d08aca3eeb268caedc42e

Contents?: true

Size: 798 Bytes

Versions: 52

Compression:

Stored size: 798 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>
</body>

</html>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.7.8 _layouts/download-mirror.html
jekyll-theme-centos-0.7.7 _layouts/download-mirror.html
jekyll-theme-centos-0.7.6 _layouts/download-mirror.html
jekyll-theme-centos-0.7.5 _layouts/download-mirror.html
jekyll-theme-centos-0.7.4 _layouts/download-mirror.html
jekyll-theme-centos-0.7.3 _layouts/download-mirror.html
jekyll-theme-centos-0.7.2 _layouts/download-mirror.html
jekyll-theme-centos-0.7.1 _layouts/download-mirror.html
jekyll-theme-centos-0.7.0 _layouts/download-mirror.html
jekyll-theme-centos-0.6.29 _layouts/download-mirror.html
jekyll-theme-centos-0.6.28 _layouts/download-mirror.html
jekyll-theme-centos-0.6.27 _layouts/download-mirror.html
jekyll-theme-centos-0.6.25 _layouts/download-mirror.html
jekyll-theme-centos-0.6.24 _layouts/download-mirror.html
jekyll-theme-centos-0.6.23 _layouts/download-mirror.html
jekyll-theme-centos-0.6.22 _layouts/download-mirror.html
jekyll-theme-centos-0.6.21 _layouts/download-mirror.html
jekyll-theme-centos-0.6.20 _layouts/download-mirror.html
jekyll-theme-centos-0.6.19 _layouts/download-mirror.html
jekyll-theme-centos-0.6.18 _layouts/download-mirror.html