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