diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-03-13 12:58:43 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-03-13 12:58:43 -0500 |
commit | d6d768e3718d5dcb848a68a0fb4c862ace740c6e (patch) | |
tree | 10464d91cf56c033db400994b41d8143677516a0 | |
parent | 5a14345083074b9b9cc1c6e1c5774dcb6a47fdf7 (diff) | |
download | lidra-theme-d6d768e3718d5dcb848a68a0fb4c862ace740c6e.tar.lz lidra-theme-d6d768e3718d5dcb848a68a0fb4c862ace740c6e.tar.xz lidra-theme-d6d768e3718d5dcb848a68a0fb4c862ace740c6e.zip |
Corrige Semántica
-rw-r--r-- | content-page.php | 5 |
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>'); |