Restructure theme, use autoloader
This commit is contained in:
6
templates/partials/head.php
Normal file
6
templates/partials/head.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
Reference in New Issue
Block a user