diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-05 19:03:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-05 19:03:13 -0400 |
| commit | beb20d06386eaf11899802aa3a420005d522c556 (patch) | |
| tree | cb8b014b1dc8e6f26762ccb9e6288e82d77d4794 | |
| parent | a273dbc88e3314bc8e4951ce5d4eeafcc8c898b8 (diff) | |
menu
| -rw-r--r-- | templates/index.liquid | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 53086da..6f9d1c7 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -30,9 +30,9 @@ <body class="loading"> <div class="menu"> <ul> - {% for page in pages %} - <li data-id="{{ page.id }}">{{ page.title }}</li> - {% endfor %} {% for project in projects %} + <li data-id="cover">Cover</li> + <li data-id="introduction">Introduction</li> + {% for project in projects %} <li data-id="{{ project.id }}"> <u class='desktoptitle'>{{ project.title }}</u> <u class='mobiletitle'>{% if project.mobileTitle %}{{ project.mobileTitle }}{% else %}{{ project.title }}{% endif %}</u> |
