diff --git a/themes/lumbung-theme/layouts/_default/baseof.html b/themes/lumbung-theme/layouts/_default/baseof.html index 0cc7cc2..e2cc5e4 100644 --- a/themes/lumbung-theme/layouts/_default/baseof.html +++ b/themes/lumbung-theme/layouts/_default/baseof.html @@ -29,7 +29,7 @@ document.querySelector('#thumb-'+ id).remove(); } - // remove black box around "previous" page nav link (couldn't handle this with CSS nth-child) + // remove box around "previous" page nav link (couldn't handle this with CSS nth-child) document.querySelector('[aria-label="Previous"]').parentElement.classList.add('previous-page-link') // for toggling submenus in mobile navigation drawer