Skip to content

Commit

Permalink
Adding navbar block
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Jolo committed Feb 18, 2025
1 parent 7efcd35 commit f466144
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/osi/templates/ai-fse.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@

<!-- Main Content -->
<main id="main-content">
<!-- Gutenberg content will be inserted here -->
<?php
while ( have_posts() ) :
the_post();
the_content();
endwhile;
?>
</main>

<!-- Footer style two -->
Expand Down

0 comments on commit f466144

Please sign in to comment.