Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolandas Barysas committed Oct 18, 2014
1 parent 5dc50c5 commit 85ca6dc
Show file tree
Hide file tree
Showing 8 changed files with 310 additions and 310 deletions.
8 changes: 4 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
---

<div class="col-md-12 piston-page piston-404">
<div class="piston-404-block">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.baseurl }}">Head back home</a> to try finding it again.</p>
</div>
<div class="piston-404-block">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.baseurl }}">Head back home</a> to try finding it again.</p>
</div>
</div>
6 changes: 3 additions & 3 deletions _includes/disqus.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
6 changes: 3 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="col-md-12 piston-footer">
<div class="container">
&copy; {{ site.time | date: '%Y' }}. All rights reserved.
</div>
<div class="container">
&copy; {{ site.time | date: '%Y' }}. All rights reserved.
</div>
</div>
40 changes: 20 additions & 20 deletions _includes/header.html
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>
4 changes: 2 additions & 2 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
---

<div class="col-md-12 piston-page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>
26 changes: 13 additions & 13 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
---

<div class="col-md-12 piston-posts">
<div class="piston-post">
<h1 class="post-title">
{{ page.title }}
</h1>
<h2 class="post-info">
<span class="post-info-date">
<div class="piston-post">
<h1 class="post-title">
{{ page.title }}
</h1>
<h2 class="post-info">
<span class="post-info-date">
<i class="fa fa-clock-o"></i>
{{ page.date | date: "%B %-d, %Y" }}
</span>
Expand All @@ -19,14 +19,14 @@ <h2 class="post-info">
0 comments
</a>
</span>
</h2>
</h2>

<div class="post-content">
{{ content }}
</div>
</div>
<div class="post-content">
{{ content }}
</div>
</div>
</div>

<div class="col-md-12">
{% include disqus.html %}
{% include disqus.html %}
</div>
6 changes: 3 additions & 3 deletions archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---

<ul class="piston-archive">
{% for post in site.posts %}
<li>{{ post.date | date: "%B %-d, %Y" }} &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
{% for post in site.posts %}
<li>{{ post.date | date: "%B %-d, %Y" }} &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
Loading

0 comments on commit 85ca6dc

Please sign in to comment.