We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a496418 commit a84fc4dCopy full SHA for a84fc4d
1 file changed
docs/_layouts/cayman-with-menu.html
@@ -32,7 +32,9 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
32
{% assign sorted_pages = site.pages | sort:"order" %}
33
|
34
{% for node in sorted_pages %}
35
- <span><a href=".{{node.url}}" style="color: inherit" title="{{node.title}}">Test: {{node.title}}</a></span> |
+ {% if node.title %}
36
+ <span><a href=".{{node.url}}" style="color: inherit" title="{{node.title}}">{{node.title}}</a></span> |
37
+ {% endif %}
38
{% endfor %}
39
</p>
40
</header>
0 commit comments