diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-03-13 10:38:03 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-03-13 10:38:03 -0500 |
commit | 5a14345083074b9b9cc1c6e1c5774dcb6a47fdf7 (patch) | |
tree | 920ccd202aee55970c58df65e1a2f40e4de930d6 /content-page.php | |
parent | bc2d3681ec16cb780f7bd225ab1328bbe10c080c (diff) | |
download | lidra-theme-5a14345083074b9b9cc1c6e1c5774dcb6a47fdf7.tar.lz lidra-theme-5a14345083074b9b9cc1c6e1c5774dcb6a47fdf7.tar.xz lidra-theme-5a14345083074b9b9cc1c6e1c5774dcb6a47fdf7.zip |
Corrige Semántica de Lidra
Diffstat (limited to 'content-page.php')
-rw-r--r-- | content-page.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content-page.php b/content-page.php index 611bd8f..8e02404 100644 --- a/content-page.php +++ b/content-page.php @@ -13,12 +13,12 @@ printf ( '<section class="main col-md-8"> the_post(); //echo ''; $template_html = ' - <article class="col-sm-12 post"> + <div class="col-sm-12 post"> <div class="contenedor"> <div class="thumb"> <figure>%s</figure> </div> - <div class="info"> + <article class="info"> <h2 class="titulo">%s</h2> <p class="fecha">%s ' . __('by', 'Lidra') . ' %s <a href="%s" target="_blank">%s</a></p> <div class="categorias"> @@ -42,9 +42,9 @@ printf ( '<section class="main col-md-8"> the_content(); printf(' </div> </div> - </div> + </article> </div> - </article>' + </div>' ); endwhile; else: |