title tag

This commit is contained in:
cupcakearmy 2019-05-03 11:01:35 +02:00
parent 88bd93423b
commit 61188ff01a
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
add_theme_support( 'align-wide' );
add_theme_support( 'title-tag' );
add_action( 'wp_enqueue_scripts', function () {
wp_enqueue_style( 'flex', get_template_directory_uri() . '/css/flex.css' );

View File

@ -5,7 +5,6 @@
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php add_theme_support( 'title-tag' ); ?>
<?php wp_head(); ?>
</head>
<body>