We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63dd5ce commit eb9678fCopy full SHA for eb9678f
_layouts/default.html
@@ -39,13 +39,13 @@
39
<header>
40
<nav>
41
42
- <a href="/" class="current">Home</a>
+ <a href="/" {% if page.url = "/" %}class="current"{% endif %}>Home</a>
43
44
- <a href="/community/">Community</a>
+ <a href="/community/" {% if page.url = "/community/" %}class="current"{% endif %}>Community</a>
45
46
- <a href="/events/">Events</a>
+ <a href="/events/" {% if page.url = "/events/" %}class="current"{% endif %}>Events</a>
47
48
- <a href="/projects/">Projects</a>
+ <a href="/projects/" {% if page.url = "/projects/" %}class="current"{% endif %}>Projects</a>
49
50
<a href="https://github.com/{{site.github}}">GitHub</a>
51
0 commit comments