You've already forked hexo-theme-icarus
refactor(*): all layout to jsx & rename dirs
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
(function ($) {
|
||||
$('.columns .column-right-shadow').append($('.columns .column-right').children().clone());
|
||||
|
||||
$('.article img:not(".not-gallery-item")').each(function () {
|
||||
// wrap images with link and add caption if possible
|
||||
if ($(this).parent('a').length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user