explicitly tag the pages that go in the navbar
This commit is contained in:
parent
aa73d9bc62
commit
63b7bce20b
3 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
</a>
|
||||
<div class="trigger">
|
||||
{% for page in site.pages %}
|
||||
{% if page.title %}<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>{% endif %}
|
||||
{% if page.navbar AND page.title %}<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: About
|
||||
navbar: yes
|
||||
joomla_id: 11
|
||||
joomla_url: about
|
||||
date: 2006-03-19 07:21:31.000000000 -07:00
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: Download
|
||||
navbar: yes
|
||||
joomla_id: 2
|
||||
joomla_url: emc-download-pages
|
||||
date: 2006-02-27 14:42:03.000000000 -07:00
|
||||
|
|
|
|||
Loading…
Reference in a new issue