sometimes I do weird things

This commit is contained in:
Chris Punches
2018-01-29 22:46:03 -05:00
commit 5eb0189517
20 changed files with 2507 additions and 0 deletions

5
nav.php Normal file
View File

@@ -0,0 +1,5 @@
<nav id="page-nav">
<?php next_posts_link( 'Older posts' ); ?>
<?php previous_posts_link( 'Newer posts' ); ?>
</nav>