aboutsummaryrefslogtreecommitdiffstats
path: root/content-single.php
diff options
context:
space:
mode:
Diffstat (limited to 'content-single.php')
-rw-r--r--content-single.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/content-single.php b/content-single.php
index 00ee91a..77794cf 100644
--- a/content-single.php
+++ b/content-single.php
@@ -21,7 +21,7 @@ printf ('
</div>
<article class="info">
<h2 class="titulo">%s</h2>
- <p class="fecha">%s&nbsp;' . __('by', 'Lidra') . '&nbsp;%s <a href="%s" target="_blank">%s</a></p>
+ <p class="fecha">%s&nbsp;' . __('by', 'Lidra') . '&nbsp;%s <a href="%s" rel="noopener noreferrer" target="_blank">%s</a></p>
<div class="categorias">
%s
</div>
@@ -46,10 +46,10 @@ printf ('
</div>'
);
comments_template();
- endwhile;
- else:
- printf( '<p>' . __('No post', 'Lidra') . '</p>' );
- endif;
- rewind_posts();
+ endwhile;
+ else:
+ printf( '<p>' . __('No post', 'Lidra') . '</p>' );
+ endif;
+ rewind_posts();
printf(' </div>
</div>');