13 lines
365 B
PHP
13 lines
365 B
PHP
<!-- Get Header -->
|
|
<?php get_header(); ?>
|
|
|
|
<!-- Category Page Template -->
|
|
<section class="flex flex-col h-full overflow-scroll py-16">
|
|
<div class="flex h-full items-center justify-center">
|
|
<i class="text-4xl bi-substack"></i>
|
|
<h1 class="text-2xl p-4 underline ">Category Page Template</h1>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Get Footer -->
|
|
<?php get_footer(); ?>
|