Skip to content

Commit a84fc4d

Browse files
authored
Update cayman-with-menu.html
1 parent a496418 commit a84fc4d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/_layouts/cayman-with-menu.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
3232
{% assign sorted_pages = site.pages | sort:"order" %}
3333
|
3434
{% for node in sorted_pages %}
35-
<span><a href=".{{node.url}}" style="color: inherit" title="{{node.title}}">Test: {{node.title}}</a></span> |
35+
{% if node.title %}
36+
<span><a href=".{{node.url}}" style="color: inherit" title="{{node.title}}">{{node.title}}</a></span> |
37+
{% endif %}
3638
{% endfor %}
3739
</p>
3840
</header>

0 commit comments

Comments
 (0)