summaryrefslogtreecommitdiff
path: root/templates/index.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.liquid')
-rw-r--r--templates/index.liquid5
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>