Skip to content

Set ordering of the menu items programmatically. #13

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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