forked from node-red/node-red.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-toc.html
More file actions
13 lines (13 loc) · 868 Bytes
/
Copy pathabout-toc.html
File metadata and controls
13 lines (13 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<ul class="toc">
<li class="toc-expander"><div>V</div></li>
<li class="tocheader">
<ul>
<li {% if page.url == "/about/" %}class="active"{% endif %}><a href="/about/">About</a></li>
<li {% if page.url == "/about/governance/" %}class="active"{% endif %}><a href="/about/governance/">Governance</a></li>
<li {% if page.url == "/about/conduct/" %}class="active"{% endif %}><a href="/about/conduct/">Code of Conduct</a></li>
<li {% if page.url == "/about/community/" %}class="active"{% endif %}><a href="/about/community/">Community</a></li>
<li {% if page.url == "/about/contribute/" %}class="active"{% endif %}><a href="/about/contribute/">Contribute</a></li>
<li {% if page.url == "/about/resources/" %}class="active"{% endif %}><a href="/about/resources/">Resources</a></li>
</ul>
</li>
</ul>