/home/arranoyd/empl/wp-content/themes/sway/sidebar.php
<?php
/**
 * Default Sidebar for Blog
 * @package sway
 * by KeyDesign
 */
?>

<?php if( is_active_sidebar('blog-sidebar') ) : ?>
            <?php dynamic_sidebar('blog-sidebar'); ?>
<?php endif; ?>