Added wiki pages (#27)
This commit is contained in:
@@ -18,15 +18,18 @@
|
||||
<div class="container-narrow">
|
||||
<div class="masthead">
|
||||
<ul class="nav nav-pills pull-right">
|
||||
<li{% if page.slug == "index" %} class="active"{% endif %}>
|
||||
<li{% if page.title == "Eiffel Web Framework" %} class="active"{% endif %}>
|
||||
<a href="{{ page.base_url }}index.html">Home</a>
|
||||
</li>
|
||||
<li{% if page.slug == "getting-started" %} class="active"{% endif %}>
|
||||
<li{% if page.title == "Getting Started" %} class="active"{% endif %}>
|
||||
<a href="{{ page.base_url }}getting-started">Getting Started</a>
|
||||
</li>
|
||||
<li{% if page.slug == "community" %} class="active"{% endif %}>
|
||||
<li{% if page.title == "Community" %} class="active"{% endif %}>
|
||||
<a href="{{ page.base_url }}community">Community</a>
|
||||
</li>
|
||||
<li{% if page.title == "Wiki" %} class="active"{% endif %}>
|
||||
<a href="{{ page.base_url }}wiki">Wiki</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="muted">Eiffel Web Framework</h3>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user