mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
clean
This commit is contained in:
parent
6fda9ca4ec
commit
4683d790f6
2 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue