aboutsummaryrefslogtreecommitdiffstats
path: root/content-page.php
diff options
context:
space:
mode:
Diffstat (limited to 'content-page.php')
-rw-r--r--content-page.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/content-page.php b/content-page.php
index 2b07f04..839f4e7 100644
--- a/content-page.php
+++ b/content-page.php
@@ -19,7 +19,7 @@ printf ( '<div class="main col-md-8">
</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>
@@ -43,10 +43,10 @@ printf ( '<div class="main col-md-8">
</div>
</div>'
);
- endwhile;
- else:
- printf( '<p>' . __('No pages', 'Lidra') . '</p>' );
- endif;
+ endwhile;
+ else:
+ printf( '<p>' . __('No pages', 'Lidra') . '</p>' );
+ endif;
rewind_posts();
printf(' </div>
</div>');