📖 created recipe section

This commit is contained in:
Nuno Coração
2023-01-15 00:22:05 +00:00
parent 76a735e662
commit 438d493bd5
12 changed files with 69 additions and 3 deletions

View File

@@ -170,7 +170,6 @@
var $mainmenu = $('.main-menu');
var path = window.location.pathname;
$mainmenu.find('a[href="' + path + '"]').each(function (i, e) {
console.log($(e).children('a'))
$(e).children('p').addClass('active');
});
})();