mirror of
https://github.com/graphql-python/graphene.git
synced 2025-04-25 03:43:42 +03:00
Improved page active links
This commit is contained in:
parent
204381803e
commit
ace871a49f
|
@ -17,8 +17,8 @@ layout: default
|
||||||
</a>
|
</a>
|
||||||
<nav id="page-nav">
|
<nav id="page-nav">
|
||||||
<a href="">Starwars Django Example</a>
|
<a href="">Starwars Django Example</a>
|
||||||
<a href="/quickstart">Quickstart Guide</a>
|
<a href="/quickstart"{% if page.active_tab == "quickstart" %} class="active"{% endif %}>Quickstart Guide</a>
|
||||||
<a href="/community" class="active">Community</a>
|
<a href="/community"{% if page.active_tab == "community" %} class="active"{% endif %}>Community</a>
|
||||||
<a href="https://github.com/graphql-python/graphene/"><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>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Community
|
title: Community
|
||||||
|
active_tab: community
|
||||||
description: The biggest GraphQL Community in Python
|
description: The biggest GraphQL Community in Python
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Quickstart Guide
|
title: Quickstart Guide
|
||||||
|
active_tab: quickstart
|
||||||
description: A Quick guide to Graphene
|
description: A Quick guide to Graphene
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user