FEATURE Adding the scroll top component
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-09-30 15:31:01 +02:00
parent eaed882f6f
commit 0dcd51d52d

View File

@ -53,4 +53,5 @@
<?php do_action('tailpress_content_start'); ?>
<main id="content" class="site-content flex-grow">
<main id="content" class="site-content flex-grow">
<?php get_template_part('template-parts/utils/scroll-top'); ?>