mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-21 00:00:35 +00:00
theme: use <main> #88
This commit is contained in:
parent
2fcaac5d0b
commit
65cb38aec3
4 changed files with 5 additions and 5 deletions
static/js
|
@ -139,7 +139,7 @@ var getUrlParameter = function getUrlParameter(sPageURL) {
|
|||
};
|
||||
|
||||
// Execute actions on images generated from Markdown pages
|
||||
var images = $("div#body-inner img").not(".inline");
|
||||
var images = $("main#body-inner img").not(".inline");
|
||||
// Wrap image inside a featherlight (to get a full size view in a popup)
|
||||
images.wrap(function(){
|
||||
var image =$(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue