Sha256: 13fc5ce24d184d0bb20842baf8c2c059aa775d5bfb01c3d1cabca072b0122f8d
Contents?: true
Size: 1.56 KB
Versions: 2
Compression:
Stored size: 1.56 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 class="mm-side"> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
j1-template-2020.0.5 | assets/data/mmenu_toc.html |
j1-template-2020.0.4 | assets/data/mmenu_toc.html |