Sha256: ca01a7f9df2989bdd2b1a491e97588323552084cb6235e40d05998c38fd6e875
Contents?: true
Size: 763 Bytes
Versions: 1
Compression:
Stored size: 763 Bytes
Contents
<script> $(document).ready(function () { $('#toc-contents').toc({ minimumHeaders: {{site.theme_variables.toc.min_headers | default: 2 }}, listType: 'ul', classes: { list: 'list-unstyled' }, noBackToTopLinks: true, showSpeed: 0, headers: '{{site.theme_variables.toc.headers | default: 'main h2' }}' , title: '<strong class="my-2">On this page</strong><hr class="my-2">' }); }); </script> <button id="btn-toc-hide" class="btn bg-light d-xl-none hover-primary mb-3" type="button" data-bs-toggle="collapse" data-bs-target="#toc-contents" aria-expanded="true" aria-controls="toc-contents"> <i class="fa-solid fa-up-right-and-down-left-from-center me-2"></i>On this page </button> <nav id="toc-contents" class="collapse" aria-label="Table of contents"></nav>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elixir-toolkit-theme-2.3.0 | _includes/toc.html |