Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 709 Bytes

File metadata and controls

36 lines (30 loc) · 709 Bytes
layout title chapters
default
Cookbook
Syntax
Classes and Objects
Strings
Arrays
Dates and Times
Math
Functions
Metaprogramming
jQuery
Regular Expressions
AJAX
Networking
Design Patterns

{% for chapter in page.chapters }
{
capture url }/chapters/{{ chapter | replace: ’ ‘, ’_’ | downcase }}{ endcapture }
{
capture indexurl }{{ url }}/index.html{ endcapture %}

{% for page in site.pages %} {% if page.url contains url %} {% unless page.url == indexurl %}
  • {{ page.title }}
    {% endunless }
    {
    endif }
    {
    endfor }
    {
    endfor %}