Skip to content

Commit c8d8c76

Browse files
committed
move search to footer
1 parent 310494c commit c8d8c76

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

_includes/footer.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11

22
<footer class="container">
33
<hr>
4+
5+
<div class="center subscribe">
6+
<nav>
7+
<ul class="pager">
8+
<li>
9+
<a href="/search" title="Search issues">
10+
<i class="fa fa-lg fa-search"></i> Search issues</a>
11+
</li>
12+
</ul>
13+
</nav>
14+
</div>
15+
416
<p class="text-muted text-center">
517
<small>
618
<strong>Questions? Feedback? Corrections?</strong><br/>

index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,3 @@ <h1 class="post-title text-center">
1616
</article>
1717
{% endfor %}
1818
</div> <!-- post-list -->
19-
20-
<div class="row center subscribe">
21-
<div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
22-
<nav>
23-
<ul class="pager">
24-
<li>
25-
<a href="/search" title="Search issues">
26-
<i class="fa fa-lg fa-search"></i> Search issues</a>
27-
</li>
28-
</ul>
29-
</nav>
30-
</div> <!-- col -->
31-
</div> <!-- row -->

search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</style>
4848

4949
<div class="searchbox">
50-
<h1 class="text-center">{{ page.title }}</h1>
50+
<h1 class="text-center">{{ page.title }}</h1><br />
5151
<script>
5252
(function() {
5353
var cx = '011538828544940938420:wtjft8gesai';

0 commit comments

Comments
 (0)