diff --git a/inc/template-tags.php b/inc/template-tags.php
index dda6baa..514242a 100644
--- a/inc/template-tags.php
+++ b/inc/template-tags.php
@@ -35,7 +35,7 @@ if ( ! function_exists( 'understrap_posted_on' ) ) :
'' . esc_html( get_the_author() ) . ''
);
- echo '' . esc_html( $posted_on ) . ' ' . esc_html( $byline ) . '';
+ echo '' . $posted_on . ' ' . $byline . '';
}
endif;