diff --git a/_layouts/contributing.html b/_layouts/contributing.html index 743e0544..b8c7fccb 100644 --- a/_layouts/contributing.html +++ b/_layouts/contributing.html @@ -3,7 +3,7 @@ layout: default --- - +sign current = page.url | downcase | split: '/' %}

Contributing

@@ -25,8 +25,27 @@ layout: default File an issue on the CircuitPython repo!

Current Status for Week of {{ site.data.libraries.updated_at | date: "%a, %b %d, %Y" }}

+ + {% assign current = page.url | downcase | split: '/' %} + +
{{ content }}
+ diff --git a/assets/sass/pages/_libraries.scss b/assets/sass/pages/_libraries.scss index 10e2dbf6..c1eb1bf7 100644 --- a/assets/sass/pages/_libraries.scss +++ b/assets/sass/pages/_libraries.scss @@ -26,4 +26,29 @@ .release-section { margin-left: 20px; } + + .tabbed-navigation { + list-style: none; + padding: 0; + margin: 0; + width: 100%; + background: white; + + li { + float: left; + margin: 0 1em 0 0; + + a { + display: block; + text-decoration: none; + padding: 0.5em 0.5em; + font-weight: bold; + border-bottom: 0.5em solid $gray-border; + + &.active { + border-color: #000; + } + } + } + } } diff --git a/libraries/contributing/open_issues.html b/libraries/contributing/open_issues.html index 2e5b5196..828641dc 100644 --- a/libraries/contributing/open_issues.html +++ b/libraries/contributing/open_issues.html @@ -17,11 +17,14 @@ permalink: /libraries/contributing/open-issues {% endfor %} {% endfor %} {% endfor %} - +

+ Sort by issue labels + +

Open Issues