aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content-page.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/content-page.php b/content-page.php
index 8e02404..1fcaed9 100644
--- a/content-page.php
+++ b/content-page.php
@@ -1,6 +1,5 @@
<?php
-printf ( '<section class="main col-md-8">
- <h6 class="page-libre">no_title</h6>
+printf ( '<div class="main col-md-8">
<div class="row posts">');
//Lógica de the_loop
//Si (hay entradas)
@@ -52,4 +51,4 @@ printf ( '<section class="main col-md-8">
endif;
rewind_posts();
printf(' </div>
- </section>');
+ </div>');