Skip to content

Commit

Permalink
Fixes mmistakes#32
Browse files Browse the repository at this point in the history
  • Loading branch information
strongriley committed Sep 11, 2013
1 parent d86f2c6 commit 20b6efd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
</nav>
</div><!-- /.navigation-wrapper -->

{% include browser-upgrade.html %}

{% if site.search %}<div class="search-wrapper">
<div class="search-form">
<input type="text" class="search-field" placeholder="Search...">
Expand Down
1 change: 0 additions & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<body id="page" itemscope itemtype="http://schema.org/WebPage">

{% include browser-upgrade.html %}
{% include navigation.html %}

<div id="main" role="main" itemprop="mainContentOfPage">
Expand Down
1 change: 0 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<body id="post" itemscope itemtype="http://schema.org/WebPage">

{% include browser-upgrade.html %}
{% include navigation.html %}

<div id="main" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Blog">
Expand Down

0 comments on commit 20b6efd

Please sign in to comment.