refactor(*): all layout to jsx & rename dirs

This commit is contained in:
ppoffice
2019-12-24 00:36:39 -05:00
parent 4234234c6c
commit ade254e66e
97 changed files with 583 additions and 729 deletions

View File

@@ -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) {