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