Skip to content

Commit

Permalink
Add new support page
Browse files Browse the repository at this point in the history
  • Loading branch information
stucki committed Feb 27, 2017
1 parent 209a6fc commit 10c92e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<nav>
<a href="{{ site.baseurl }}/">Home</a>
<a href="{{ site.baseurl }}/devices.html">Devices</a>
<a href="{{ site.baseurl }}/support.html">Support</a>
<a href="{{ site.baseurl }}/contribute.html">Contribute</a>
<a href="{{ site.baseurl }}/blog.html">Blog</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ nav {
}

a {
margin-left: 20px;
margin-left: 14px;
color: $darkGray;
text-align: right;
font-weight: 300;
Expand Down
10 changes: 10 additions & 0 deletions support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: default
title: Support
---

## Support

### Documentation

### Downloads

0 comments on commit 10c92e0

Please sign in to comment.