diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-04 15:00:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-04 15:02:49 -0400 |
| commit | 70441ec0cc8f4d1258de98adf50d738c32ac757b (patch) | |
| tree | b327805316e7eaec2b2e3afa91e6eec1a1802a49 /templates/index.liquid | |
| parent | d1714eb9c50ebacc12431fe08122764397106013 (diff) | |
optional mobile title
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 73b694e..8328227 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -33,7 +33,10 @@ {% for page in pages %} <li data-id="{{ page.id }}">{{ page.title }}</li> {% endfor %} {% for project in projects %} - <li data-id="{{ project.id }}">{{ project.title }}</li> + <li data-id="{{ project.id }}"> + <u class='desktoptitle'>{{ project.title }}</u> + <u class='mobiletitle'>{% if project.mobileTitle %}{{ project.mobileTitle }}{% else %}{{ project.title }}{% endif %}</u> + </li> {% endfor %} </ul> </div> |
