move links outside the content

This commit is contained in:
cupcakearmy 2019-05-31 15:41:06 +02:00
parent 6e001a303c
commit 2ec02a9270

View File

@ -44,6 +44,9 @@ $dates = getDates();
</div> </div>
<br><br> <br><br>
<?php the_content(); ?> <?php the_content(); ?>
</div>
<div class="flex container vertical middle">
<br> <br>
<?php render_current_tags(); ?> <?php render_current_tags(); ?>
<?php render_links( true ); ?> <?php render_links( true ); ?>