internal pages completed

This commit is contained in:
prospect
2024-01-16 21:51:39 -05:00
parent a1527fcf30
commit d0c3923e4c
51 changed files with 1284 additions and 92 deletions

View File

@@ -19,13 +19,13 @@ get_header(); ?>
<?php get_template_part('/templates/partials/page_header'); ?>
<div class="my-4 px-4 text-center">
<!-- <div class="my-4 px-4 text-center">
<h2 class="font-medium underline uppercase">Overview</h2>
</div>
</div> -->
<!-- Page Editor Content -->
<div class="prose max-w-7xl mx-auto">
<?php the_content(); ?>
<?php /** the_content(); */ ?>
</div>
<?php get_template_part('/templates/top-level/' . $pageSlug); ?>