Make title tag dynamic based on bloginfo
This commit is contained in:
parent
2e2d744785
commit
86ded7ef9b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue