Skip to content

Commit 0b32e6a

Browse files
committed
add code editor to header
1 parent 452f683 commit 0b32e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/header.html

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<a {% if current[1] == 'downloads' %}class="active" aria-current="page"{% endif %} href="{{ "/downloads" | relative_url }}">Downloads</a>
3333
<a {% if current[1] == 'libraries' %}class="active" aria-current="page"{% endif %} href="{{ "/libraries" | relative_url }}">Libraries</a>
3434
<a {% if current[1] == 'blinka' %}class="active" aria-current="page"{% endif %} href="{{ "/blinka" | relative_url }}">Blinka</a>
35+
<a href="https://code.circuitpython.org">Code Editor</a>
3536
</div>
3637
<div class="get-started">
3738
<a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>

0 commit comments

Comments
 (0)