diff --git a/content.php b/content.php
index 97086a4..052385c 100644
--- a/content.php
+++ b/content.php
@@ -48,7 +48,6 @@
$tags_list = get_the_tag_list( '', __( ', ', '_s' ) );
if ( $tags_list ) :
?>
- |
@@ -56,10 +55,9 @@
- |
- | ', '' ); ?>
+ ', '' ); ?>
diff --git a/image.php b/image.php
index 0ac4d01..b8636bc 100644
--- a/image.php
+++ b/image.php
@@ -31,7 +31,7 @@ get_header();
get_the_title( $post->post_parent )
);
- edit_post_link( __( 'Edit', '_s' ), ' | ', '' );
+ edit_post_link( __( 'Edit', '_s' ), '', '' );
?>