<div class="post-meta-container">

<div class="post-meta"><?php 
if (is_single()) {
    cat_icon();
}
?>
<time class="updated" datetime="<?php 
echo get_post_time('c', true);
?>
"><?php 
echo get_the_date();
?>
</time>
<p class="byline author vcard"><?php 
echo __('By', 'sage');
?>
 <a href="<?php 
echo get_author_posts_url(get_the_author_meta('ID'));
?>
" rel="author" class="fn"><?php 
echo get_the_author();
?>
</a></p>
</div>
<?php 
if (is_single()) {
    echo get_the_tag_list('<p class="tags hidden-xs">Tags: ', ', ', '</p>');
}
?>
<?php

use Roots\Sage\Titles;
?>

<div class="page-header">
  <h1><?php 
if (is_archive()) {
    cat_icon(false, $category);
}
echo Titles\title();
?>
</h1>
</div>