We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 554831f + d4f0195 commit 4db1a10Copy full SHA for 4db1a10
1 file changed
layouts/foundation.hbs
@@ -12,10 +12,10 @@
12
<ul>
13
<li{{#equals path site.foundation.link}} class="active"{{/equals}}>
14
<a href="/{{site.locale}}/{{site.foundation.link}}/">{{site.foundation.text}}</a>
15
+ </li>
16
<li{{#equals path site.foundation.members.link}} class="active"{{/equals}}>
17
<a href="/{{site.locale}}/{{site.foundation.members.link}}/">{{site.foundation.members.text}}</a>
18
</li>
- </li>
19
<li{{#equals path site.foundation.tsc.link}} class="active"{{/equals}}>
20
<a href="/{{site.locale}}/{{site.foundation.tsc.link}}/">{{site.foundation.tsc.text}}</a>
21
0 commit comments