Sha256: 0de9832b8d3da2b8e4d69689c8e9212e301db78a25768cc95c5354b87b15d1ad

Contents?: true

Size: 714 Bytes

Versions: 12

Compression:

Stored size: 714 Bytes

Contents

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

{% include head.html %}

<body>

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

  <main class="page">
    {% include page/breadcrumbs.html %}
    <div class="row">
      <article class="article">
        {{ content }}
      </article>
    </div>
  </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

12 entries across 12 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.1.25 _layouts/download-mirror.html
jekyll-theme-centos-0.1.24 _layouts/download-mirror.html
jekyll-theme-centos-0.1.23 _layouts/download-mirror.html
jekyll-theme-centos-0.1.22 _layouts/download-mirror.html
jekyll-theme-centos-0.1.21 _layouts/download-mirror.html
jekyll-theme-centos-0.1.20 _layouts/download-mirror.html
jekyll-theme-centos-0.1.19 _layouts/download-mirror.html
jekyll-theme-centos-0.1.18 _layouts/download-mirror.html
jekyll-theme-centos-0.1.17 _layouts/download-mirror.html
jekyll-theme-centos-0.1.16 _layouts/download-mirror.html
jekyll-theme-centos-0.1.15 _layouts/download-mirror.html
jekyll-theme-centos-0.1.14 _layouts/download-mirror.html