mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-22 08:40:32 +00:00
theme: fix usage of <section> #88
This commit is contained in:
parent
6d96713902
commit
2fcaac5d0b
5 changed files with 13 additions and 13 deletions
static/js
|
@ -520,7 +520,7 @@ jQuery(function() {
|
|||
});
|
||||
|
||||
$('a[rel="lightbox"]').featherlight({
|
||||
root: 'section#body'
|
||||
root: 'div#body'
|
||||
});
|
||||
|
||||
sessionStorage.setItem(jQuery('body').data('url'), 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue