Nearing completion

This commit is contained in:
prospect
2024-01-11 06:17:07 -05:00
parent 7843c7b084
commit b345ca70da
62 changed files with 1672 additions and 24 deletions

View File

@@ -1,4 +1,3 @@
<!-- Page Header -->
<?php
$current_slug = get_post_field('post_name', get_post());

View File

@@ -1,4 +1,3 @@
<!-- Quick Links Section -->
<?php
$current_slug = get_post_field('post_name', get_post());
@@ -8,7 +7,7 @@ $subpages = getSubpagesForSlug($pages, $current_slug);
if (count($subpages) > 0) { ?>
<!-- Quick Links -->
<div class="px-2">
<div class="px-2 mt-4">
<ul role="list" class="max-w-7xl mx-auto text-blue-500 bg-white border-blue-500 border py-4 mb-4 rounded-md">
<li class="accordion">
<div class="flex px-2 rounded-md justify-between">