aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/partials/header.php')
-rw-r--r--app/views/partials/header.php19
1 files changed, 12 insertions, 7 deletions
diff --git a/app/views/partials/header.php b/app/views/partials/header.php
index e5439be..c52ca19 100644
--- a/app/views/partials/header.php
+++ b/app/views/partials/header.php
@@ -1,9 +1,15 @@
<!DOCTYPE html>
-<html lang="en-us" itemscope itemtype="http://schema.org/WebPage">
+<html
+ itemscope=""
+ itemtype="http://schema.org/WebPage"
+ lang="en-us"
+>
<head>
-<title><?php echo $title = $title ?? 'Portfolio - '; ?>Thedro Neely</title>
+<title>
+ <?php echo $title = $title ?? 'Portfolio - '; ?>Thedro Neely
+</title>
<meta charset="utf-8">
<meta name="robots" content="index,follow">
@@ -12,10 +18,9 @@
<meta name="keywords" content="Thedro,Neely,Portfolio,Website">
<meta name="viewport" content="width=device-width, initial-scale=1">
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php'; ?>
-
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php'; ?>
-
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/stylesheets.php'; ?>
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.discovery.php'; ?>
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.manifests.php'; ?>
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.css.php'; ?>
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.js.php'; ?>
</head>