Nearing completion
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user