search complete

This commit is contained in:
prospect
2024-01-18 18:54:23 -05:00
parent 22fb21470f
commit 644954b5e4
14 changed files with 139 additions and 85 deletions

View File

@@ -40,7 +40,8 @@ get_header(); ?>
get_template_part('/templates/partials/page_header'); ?>
<div class="max-w-7xl mx-auto">
<?php get_template_part('/templates/internal/' . $pageSlug); ?>
<?php get_template_part('/templates/internal/' . $pageSlug); ?>
<?php /** the_content(); */ ?>
</div>
<?php }