Skip to content

Commit

Permalink
Merge pull request #333 from mrkiffie/master
Browse files Browse the repository at this point in the history
Fixes incorrect closing tag in template
  • Loading branch information
stevemao committed Nov 6, 2015
2 parents 554831f + d4f0195 commit 4db1a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/foundation.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<ul>
<li{{#equals path site.foundation.link}} class="active"{{/equals}}>
<a href="/{{site.locale}}/{{site.foundation.link}}/">{{site.foundation.text}}</a>
</li>
<li{{#equals path site.foundation.members.link}} class="active"{{/equals}}>
<a href="/{{site.locale}}/{{site.foundation.members.link}}/">{{site.foundation.members.text}}</a>
</li>
</li>
<li{{#equals path site.foundation.tsc.link}} class="active"{{/equals}}>
<a href="/{{site.locale}}/{{site.foundation.tsc.link}}/">{{site.foundation.tsc.text}}</a>
</li>
Expand Down

0 comments on commit 4db1a10

Please sign in to comment.