aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-05 04:41:43 -0500
committerThedro Neely <thedroneely@gmail.com>2019-03-05 04:41:43 -0500
commit1ed375058e409c018c7aba40c330cbcef8e74c4e (patch)
tree001417ecfc0a41a2ca0d9568c775a6b2771e957e /app/views/partials
parent7f21555887cf8ee2d5048992627f1117010e83ce (diff)
downloadthedroneely.com-1ed375058e409c018c7aba40c330cbcef8e74c4e.tar.gz
thedroneely.com-1ed375058e409c018c7aba40c330cbcef8e74c4e.tar.bz2
thedroneely.com-1ed375058e409c018c7aba40c330cbcef8e74c4e.zip
app/views/partials/header.posts: Cleanup posts header includes
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/header.posts.php20
1 files changed, 5 insertions, 15 deletions
diff --git a/app/views/partials/header.posts.php b/app/views/partials/header.posts.php
index 03c88f0..d98d3c4 100644
--- a/app/views/partials/header.posts.php
+++ b/app/views/partials/header.posts.php
@@ -1,16 +1,6 @@
+<?php
- <meta name="description" content="Thedro's Portfolio Website Posts">
- <meta name="keywords" content="Thedro,Neely,Portfolio,Website,Posts">
- <meta name="author" content="Thedro Neely">
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="robots" content="index,follow">
-
- <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
-
- <?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'; ?>
+require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php';
+require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php';
+require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php';
+require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/stylesheets.php';