plugin and theme sync

This commit is contained in:
2024-03-25 02:27:05 -04:00
parent c3179e074e
commit 7d46673042
13 changed files with 358 additions and 147 deletions

View File

@@ -12,9 +12,10 @@
<?php get_header(); ?>
<!-- Single Post Template -->
<section class="flex h-full items-center justify-center">
<i class="text-7xl bi-sticky"></i>
<h1 class="text-2xl p-4 underline ">Single Post Template</h1>
<section>
<div class="max-w-7xl mx-auto px-4">
<?php the_content() ?>
</div>
</section>
<!-- Get Footer -->