aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-01-10 01:41:01 -0500
committerThedro Neely <thedroneely@gmail.com>2019-01-10 01:41:01 -0500
commitc6246ab10f56890ae8cf0c279d96b0d3a45aa89e (patch)
treee8e4dc544d43f4969d758b94679b33c6bffb06ea /app/views/partials
parent666746aa023b31c4c13f99e8749986b96bb5abb4 (diff)
downloadthedroneely.com-c6246ab10f56890ae8cf0c279d96b0d3a45aa89e.tar.gz
thedroneely.com-c6246ab10f56890ae8cf0c279d96b0d3a45aa89e.tar.bz2
thedroneely.com-c6246ab10f56890ae8cf0c279d96b0d3a45aa89e.zip
app/views/partials/header: Header updates
Bootstrap hugo pages
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/header.error.php4
-rw-r--r--app/views/partials/header.php2
-rw-r--r--app/views/partials/header.posts.php2
3 files changed, 4 insertions, 4 deletions
diff --git a/app/views/partials/header.error.php b/app/views/partials/header.error.php
index 243e78f..ed0b822 100644
--- a/app/views/partials/header.error.php
+++ b/app/views/partials/header.error.php
@@ -1,6 +1,4 @@
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/vendor/autoload.php'; ?>
-
-<?php $navigation = new Navigation; ?>
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/header.php'; ?>
diff --git a/app/views/partials/header.php b/app/views/partials/header.php
index 89d1530..5dd413c 100644
--- a/app/views/partials/header.php
+++ b/app/views/partials/header.php
@@ -2,7 +2,7 @@
<html class="has-navbar-fixed-top" lang="en-us">
<head>
- <title><?php $navigation->generateTitle(); ?>Thedro Neely</title>
+ <title><?php $navigation->title(); ?>Thedro Neely</title>
<meta name="description" content="Thedro's Portfolio Website">
<meta name="keywords" content="Thedro,Neely,Portfolio,Website">
diff --git a/app/views/partials/header.posts.php b/app/views/partials/header.posts.php
index b86b4cb..03c88f0 100644
--- a/app/views/partials/header.posts.php
+++ b/app/views/partials/header.posts.php
@@ -7,6 +7,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'; ?>