first commit
This commit is contained in:
14
page.php
Normal file
14
page.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php get_header(); ?>
|
||||
|
||||
<div class="mx-auto page-header pb-8 px-4 md:px-8">
|
||||
<div class="max-w-7xl mb-8 mx-auto pt-10 px-4 md:px-8 lg:pt-28">
|
||||
<div>
|
||||
<h1 class="font-bold text-2xl text-white tracking-tight lg:text-4xl"><?php the_title(); ?></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="max-w-none mx-auto prose">
|
||||
<?php the_content(); ?>
|
||||
</div>
|
||||
|
||||
<?php get_footer(); ?>
|
Reference in New Issue
Block a user