Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from KieranHayes/hotfix/1.3.1
Browse files Browse the repository at this point in the history
fix search for wide layout
  • Loading branch information
websi authored Sep 14, 2016
2 parents 3c2fa11 + 81aefe6 commit b053cfc
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions _layouts/wide.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@
<body>

<div id="content" class="row">
{% include header.html %}
{% include header.html %}
<div class="large-12 main-content columns hero-content">
{{ content }}
<div id="main-content" class="large-9 main-content columns">
<div class="algolia__initial-content js-algolia__initial-content">{{ content }}</div>
<div class="algolia__search-content js-algolia__search-content">
<h3 class="page-title algolia">Search Results <span>powered by <a href="https://algolia.com/"><img alt="Algolia Search" title="Algolia Search" src="/assets/images/Algolia_logo_bg-white.svg"></a></span></h3>
<div class="posts algolia__results"></div>
</div>
</div>
</div>
</div>

{% include footer.html %}

</body>
{% include footer.html %}
</body>

</html>

0 comments on commit b053cfc

Please sign in to comment.