Skip to content

Commit

Permalink
added cname
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hayes committed Mar 21, 2014
1 parent 4416fe8 commit 1d1d6e0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 537 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
altr.hayes.io
13 changes: 3 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,9 @@ <h1 class="header">Altr</h1>
</header>
<section id="main-nav">
<nav>
<ul>
<li class="{{ file === '/altr/README.md' ? 'active' : '' }}">
<h3><a href="#">
Home
</a></h3>
</li>
<li class="{{ file === '/altr/pages/docs/demos.md' ? 'active' : '' }}">
<h3><a href="#/altr/pages/docs/demos.md">
Demos
</a></h3>
<ul altr-for="page in headings">
<li class="{{ page.route === current_route ? 'active' : '' }}">
<h3><a href="{{ page.route }}" altr-text="{{ page.name }}"></a></h3>
</li>
</ul>
</nav>
Expand Down
Loading

0 comments on commit 1d1d6e0

Please sign in to comment.