Added wiki pages (#27)

This commit is contained in:
Olivier Ligot
2013-08-23 15:43:25 +02:00
parent 2992508c15
commit 5912587f68
31 changed files with 203 additions and 25 deletions

View File

@@ -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>