feature: Build interior layout
Deploy to Dreamhost (dev) / build (push) Successful in 38s
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-07-01 18:33:01 -05:00
parent 6452f28932
commit dddb4b8c54
5 changed files with 2308 additions and 3350 deletions
+3 -4
View File
@@ -31,14 +31,13 @@ $wrapperStyle = $bgColor ? 'background-color: ' . esc_attr( $bgColor ) . ';' : '
?>
<div class="page-hero text-light <?php echo $isDark ? 'dark' : ''; ?>" style="<?php echo esc_attr( $wrapperStyle ); ?>">
<div class="page-hero__content container mx-auto px-0!">
<div id="breadcrumbs">
<!-- <div id="breadcrumbs">
<?php Breadcrumbs::render(); ?>
</div>
</div> -->
<h1 class="page-hero__heading">
<?php echo wp_kses_post( $heading ); ?>
<?php echo wp_kses_post( $heading ); ?><em>.</em>
</h1>
<?php if ( $intro ) : ?>