Sha256: 34c19ff34d85fb35662bf78181d24f2d20d7f4c9c32cf725604351dff522dc49
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 Bytes
Contents
<div class="sidebar"> <div class="sidebar-main"> <input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.."> <h1>Chapters</h1> <button onclick="CollapsibleLists.apply()">Collapse/Expand</button> <ul class="posts" id="menu"> {% for chapter in site.chapters %} {% if chapter.path != "_chapters/index.html" %} {{ chapter.path }} {% endif %} {% endfor %} </ul> <div id="renderList"> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-notes-0.1.1 | _includes/sidebar.html |
jekyll-notes-0.1.0 | _includes/sidebar.html |