Skip to content

Set ordering of the menu items programmatically. #13

@rickmanelius

Description

@rickmanelius

See plusjade/jekyll-bootstrap#42

I had to temporarily hard code in menu items.
https://github.com/rickmanelius/drupalpcicompliance/blob/gh-pages/_layouts/default.html#L28

I'd prefer to have something like this back in place

            <ul>
            {% for page in site.pages %}
              <li>
                <a href="{{ page.url }}">
                  {{ page.title }}
                </a>
              </li>
            {% endfor %}
            </ul>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions