current progress
This commit is contained in:
13
single.php
Normal file
13
single.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Get Header -->
|
||||
<?php get_header(); ?>
|
||||
|
||||
<!-- Single Post Template -->
|
||||
<section class="flex flex-col h-full overflow-scroll py-16">
|
||||
<div class="flex h-full items-center justify-center">
|
||||
<i class="text-4xl bi-sticky"></i>
|
||||
<h1 class="text-2xl p-4 underline ">Single Post Template</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Get Footer -->
|
||||
<?php get_footer(); ?>
|
Reference in New Issue
Block a user