Fixed links and page layout

This commit is contained in:
Syrus Akbary 2015-10-06 20:46:41 -07:00
parent fee57881f3
commit 982bee9637
2 changed files with 7 additions and 7 deletions

View File

@ -18,18 +18,18 @@ layout: default
<nav id="page-nav">
<a href="">Starwars Django Example</a>
<a href="">Quickstart Guide</a>
<a href="" class="active">Community</a>
<a href=""><span class="github-icon">Github</span></a>
<a href="community" class="active">Community</a>
<a href="https://github.com/graphql-python/graphene/"><span class="github-icon">Github</span></a>
</nav>
</header>
<div id="page-headline">
<h1 class="container">
{page.title}
{{ page.title }}
</h1>
<h3 class="container">
{page.description}
{{ page.description }}
</h3>
</div>
<article id="page-article" class="container">
{content}
{{ content }}
</article>

View File

@ -24,6 +24,6 @@ layout: default
<nav id="main-nav">
<a href="">Starwars Django Example</a>
<a href="">Quickstart Guide</a>
<a href="">Community</a>
<a href=""><span class="github-icon">Github</span></a>
<a href="community">Community</a>
<a href="https://github.com/graphql-python/graphene/"><span class="github-icon">Github</span></a>
</nav>