From 86ded7ef9beacde28e2a82159c81eea085223a75 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Thu, 20 Dec 2018 20:20:00 +0000 Subject: [PATCH] Make title tag dynamic based on bloginfo --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index 0611e05..599a3fa 100644 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ - G-Archive - Graal's player-made content archive + <?php echo get_bloginfo('name'); ?> - <?php echo get_bloginfo('description'); ?>