Sempre que reinicio meu pc e ligo novamente, o meu cabeçalho simplesmente some, troco o código mas nada adianta.
<!doctype html>
<html>
<head>
<?php $home = get_template_directory_uri(); ?>
<meta charset="utf-8">
<link rel="stylesheet" href="<?= $home ?>/assets/css/reset.css">
<link rel="stylesheet" href="<?= $home; ?>/style.css">
<?php wp_head(); ?>
</head>
<body>