V3 amends

This commit is contained in:
Pedro Reis 2019-01-08 10:52:31 +00:00
parent 422d2e705a
commit 87e7ce065d
23 changed files with 383 additions and 388 deletions

View file

@ -3,12 +3,12 @@
<main class="main" role="main">
<div class="container">
<?php while (have_posts()) : the_post(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<article <?php post_class(); ?>>
<header role="heading">
<h3 class="post__title"><?php the_title(); ?></h3>
<h1 class="post__title"><?php the_title(); ?></h1>
</header>
<?php the_content(); ?>