Adds social media meta tags and new param for featured images

This commit is contained in:
Josh Johnson 2024-02-19 22:19:19 -05:00
parent 830ad5392b
commit cde5d340bd
3 changed files with 21 additions and 3 deletions

View file

@ -17,7 +17,7 @@ iweblog.application = function() {
cnt++;
});
$('#photos').html(htmlString);
$('#photos').html(htmlString);
$('#photos').lightGallery();
}