/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 05:38:32 */
jQuery(document).ready(function($) {
var modifiedDate = $('.single .post-footer .wp-block-post-date__modified-date.wp-block-post-date');
$('.single .post-footer .wp-block-post-author .wp-block-post-author__content').append(modifiedDate);
});
