View file StuffPost/stuffpost/header.php
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="<?php bloginfo('charset'); ?>" >
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<!-- MENU --><?php get_template_part( 'parts/menu' ) ?>
<!-- MAIN --><div class="c-black f-text main">