mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-22 08:40:32 +00:00
feat: add button shortcode
This commit is contained in:
parent
c203a7fac4
commit
1b1544f9cc
3 changed files with 55 additions and 2 deletions
static/js
|
@ -228,8 +228,8 @@ jQuery(document).ready(function() {
|
|||
}
|
||||
});
|
||||
|
||||
$('#top-bar a:not(:has(img))').addClass('highlight');
|
||||
$('#body-inner a:not(:has(img))').addClass('highlight');
|
||||
$('#top-bar a:not(:has(img)):not(.btn)').addClass('highlight');
|
||||
$('#body-inner a:not(:has(img)):not(.btn)').addClass('highlight');
|
||||
|
||||
$('#toc-menu a').hover(function() {
|
||||
$('.progress').stop(true, false, true).fadeToggle(100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue