-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rolandas Barysas
committed
Oct 18, 2014
1 parent
5dc50c5
commit 85ca6dc
Showing
8 changed files
with
310 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div class="col-md-12 piston-footer"> | ||
<div class="container"> | ||
© {{ site.time | date: '%Y' }}. All rights reserved. | ||
</div> | ||
<div class="container"> | ||
© {{ site.time | date: '%Y' }}. All rights reserved. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<nav class="navbar navbar-default piston-navbar" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle piston-navbar-toggle" data-toggle="collapse" data-target="#piston-navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a href="http://piston.rs" class="navbar-brand piston-navbar-brand">{{ site.title }} <small>{{ site.tagline }}</small></a> | ||
</div> | ||
<div class="collapse navbar-collapse piston-navbar-inner" id="piston-navbar-collapse"> | ||
<ul class="nav navbar-nav navbar-right piston-navbar-nav"> | ||
<li><a href="http://piston.rs">Home</a></li> | ||
<li><a href="https://github.com/PistonDevelopers/Piston-Tutorials/tree/master/getting-started">Getting Started</a></li> | ||
<li><a href="http://www.rust-ci.org/PistonDevelopers/piston/doc/piston/">Documentation</a></li> | ||
<li class="active"><a href="{{ site.baseurl }}">Blog</a></li> | ||
<li><a href="https://github.com/PistonDevelopers/piston/blob/master/CONTRIBUTING.md">Contribute</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle piston-navbar-toggle" data-toggle="collapse" data-target="#piston-navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a href="http://piston.rs" class="navbar-brand piston-navbar-brand">{{ site.title }} <small>{{ site.tagline }}</small></a> | ||
</div> | ||
<div class="collapse navbar-collapse piston-navbar-inner" id="piston-navbar-collapse"> | ||
<ul class="nav navbar-nav navbar-right piston-navbar-nav"> | ||
<li><a href="http://piston.rs">Home</a></li> | ||
<li><a href="https://github.com/PistonDevelopers/Piston-Tutorials/tree/master/getting-started">Getting Started</a></li> | ||
<li><a href="http://www.rust-ci.org/PistonDevelopers/piston/doc/piston/">Documentation</a></li> | ||
<li class="active"><a href="{{ site.baseurl }}">Blog</a></li> | ||
<li><a href="https://github.com/PistonDevelopers/piston/blob/master/CONTRIBUTING.md">Contribute</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.