Sha256: d86aada439ede5e4842e56f4d5bd95dff8130ebe90a1894f9e46aa35bbeaedd7
Contents?: true
Size: 1.59 KB
Versions: 6
Compression:
Stored size: 1.59 KB
Contents
--- regenerate: true --- {% capture cache %} {% comment %} # ----------------------------------------------------------------------------- # ~/assets/data/mmenu_toc.html # Liquid PROCEDURE template to create the HTML portion of the MMenu TocBar # NOTE: Loaded dynamically by J1 MMenu module (AJAX) # # Product/Info: # https://jekyll.one # # Copyright (C) 2020 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # Test data: # liquid_var: {{ liquid_var | debug }} # ----------------------------------------------------------------------------- {% endcomment %} {% comment %} Main -------------------------------------------------------------------------------- {% endcomment %} <!-- [INFO ] [ j1.modules.navigator.mmenu_toc.html ] [Start processing: toc] --> <div id="toc_mmenu" class="mm-side" style="display:none"> <div class="widget"> <h4 class="heading">Table of Contents</h4> </div> <!-- use BS4 class d-block to make sure, the sidebar is VISIBLE on ALL @media --> <!-- use class sticky for BS4 as a replacement for former BS3 ScrollSpy --> <div class="d-block sticky"> <div id="sidebar"> <div id="j1-toc-mgr" class="toc js-toc"></div> </div> </div> </div> <!-- [INFO ] [ j1.modules.navigator.mmenu_toc.html ] [End processing: toc] --> {% endcapture %} {{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }} {% assign cache = nil %}
Version data entries
6 entries across 6 versions & 1 rubygems