Merged v3 into master

This commit is contained in:
Pedro Reis 2019-01-08 11:10:57 +00:00
commit 20d55874a9
69 changed files with 1305 additions and 593 deletions

4
single.php Normal file → Executable file
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 class="post__header" role="heading">
<h3 class="post__title"><?php the_title(); ?></h3>
<h1 class="post__title"><?php the_title(); ?></h1>
</header>
<?php the_content(); ?>