promo pages

This commit is contained in:
Jerryby
2019-02-14 14:06:28 +03:00
parent 6f49c63bb6
commit 964e607936
56 changed files with 662 additions and 1977 deletions

View File

@@ -9,11 +9,8 @@
while (have_posts()):
the_post();
?>
<div class="wrapper white">
<article class="promo">
<?= the_content(); ?>
</article>
<div class="content no-pb white">
<?= the_content(); ?>
</div>
<?php