Updated tag.php

This commit is contained in:
Kenneth John Odle 2021-08-01 13:59:14 -04:00
parent 30fb3af3f1
commit f33d29c7df

View File

@ -4,7 +4,7 @@
*
* Displays a tag archive
*
* @package Atticus Finch
* @package Portage
*/
get_header();
@ -34,7 +34,7 @@ get_header();
<?php endwhile; ?>
<?php endif; ?>
<?php atticus_finch_display_nav(); ?>
<?php portage_display_nav(); ?>
</div> <!-- end Content -->
<?php get_sidebar(); ?>