Make title tag dynamic based on bloginfo

This commit is contained in:
Aaron Yarborough 2018-12-20 20:20:00 +00:00
parent 2e2d744785
commit 86ded7ef9b

View file

@ -5,7 +5,7 @@
<meta charset="<?php bloginfo('charset'); ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="A collection of scripts and other content made by Graal Online players"/>
<title>G-Archive - Graal's player-made content archive</title>
<title><?php echo get_bloginfo('name'); ?> - <?php echo get_bloginfo('description'); ?></title>
<?php wp_head() ?>
</head>