mirror of
https://github.com/graphql-python/graphene.git
synced 2025-06-11 00:53:10 +03:00
Fixed links and page layout
This commit is contained in:
parent
fee57881f3
commit
982bee9637
|
@ -18,18 +18,18 @@ layout: default
|
||||||
<nav id="page-nav">
|
<nav id="page-nav">
|
||||||
<a href="">Starwars Django Example</a>
|
<a href="">Starwars Django Example</a>
|
||||||
<a href="">Quickstart Guide</a>
|
<a href="">Quickstart Guide</a>
|
||||||
<a href="" class="active">Community</a>
|
<a href="community" class="active">Community</a>
|
||||||
<a href=""><span class="github-icon">Github</span></a>
|
<a href="https://github.com/graphql-python/graphene/"><span class="github-icon">Github</span></a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<div id="page-headline">
|
<div id="page-headline">
|
||||||
<h1 class="container">
|
<h1 class="container">
|
||||||
{page.title}
|
{{ page.title }}
|
||||||
</h1>
|
</h1>
|
||||||
<h3 class="container">
|
<h3 class="container">
|
||||||
{page.description}
|
{{ page.description }}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<article id="page-article" class="container">
|
<article id="page-article" class="container">
|
||||||
{content}
|
{{ content }}
|
||||||
</article>
|
</article>
|
||||||
|
|
|
@ -24,6 +24,6 @@ layout: default
|
||||||
<nav id="main-nav">
|
<nav id="main-nav">
|
||||||
<a href="">Starwars Django Example</a>
|
<a href="">Starwars Django Example</a>
|
||||||
<a href="">Quickstart Guide</a>
|
<a href="">Quickstart Guide</a>
|
||||||
<a href="">Community</a>
|
<a href="community">Community</a>
|
||||||
<a href=""><span class="github-icon">Github</span></a>
|
<a href="https://github.com/graphql-python/graphene/"><span class="github-icon">Github</span></a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user