You've already forked hexo-theme-icarus
refactor(style): minor style fixes and improve
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
if ($(this).parent('a').length === 0) {
|
||||
$(this).wrap('<a class="gallery-item" href="' + $(this).attr('src') + '"></a>');
|
||||
if (this.alt) {
|
||||
$(this).after('<div class="has-text-centered is-size-6 has-text-grey caption">' + this.alt + '</div>');
|
||||
$(this).after('<p class="has-text-centered is-size-6 caption">' + this.alt + '</p>');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user