This commit is contained in:
Mathieu Cornic 2016-03-18 18:32:57 +01:00
parent 6fda9ca4ec
commit 4683d790f6
2 changed files with 1 additions and 2 deletions

View file

@ -48,7 +48,7 @@
</ul> </ul>
<hr> <hr>
<section id="footer"> <section id="footer">
<p>Built with <i class="fa fa-heart"></i> from <a href="http://getgrav.org">Grav</a> and <a href="http://gohugo.io/">Hugo</a></p> <p>Built with <a href="https://github.com/matcornic/hugo-theme-learn"><i class="fa fa-heart"></i></a> from <a href="http://getgrav.org">Grav</a> and <a href="http://gohugo.io/">Hugo</a></p>
</section> </section>
</div> </div>
</div> </div>

View file

@ -127,7 +127,6 @@ jQuery(document).ready(function() {
var input = jQuery(this), var input = jQuery(this),
value = input.val(), value = input.val(),
items = jQuery('[data-nav-id]'); items = jQuery('[data-nav-id]');
console.log(input, value, items);
items.removeClass('search-match'); items.removeClass('search-match');
if (!value.length) { if (!value.length) {
$('ul.topics').removeClass('searched'); $('ul.topics').removeClass('searched');