aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-01-21 07:03:39 -0500
committerThedro Neely <thedroneely@gmail.com>2019-01-21 07:03:39 -0500
commit43204f477968ca952dde75065c9ed76464c75c2c (patch)
tree78b48e8a729322ffbb51fbdd317a0cb0c16a1744 /public
parent4526fa0316d8a6d8e616b82de2f39f39a89851ef (diff)
downloadedwinmattiacci.com-43204f477968ca952dde75065c9ed76464c75c2c.tar.gz
edwinmattiacci.com-43204f477968ca952dde75065c9ed76464c75c2c.tar.bz2
edwinmattiacci.com-43204f477968ca952dde75065c9ed76464c75c2c.zip
vendor/hugo: Hugo run build
Diffstat (limited to 'public')
-rw-r--r--public/posts/2018/05/the-voice-practitioner/index.html5
-rw-r--r--public/posts/2018/12/does-the-microphone-matter/index.html5
-rw-r--r--public/posts/categories/index.html5
-rw-r--r--public/posts/categories/voice/index.html5
-rw-r--r--public/posts/categories/voiceover/index.html5
-rw-r--r--public/posts/index.html7
-rw-r--r--public/posts/post/index.html5
-rw-r--r--public/posts/tags/index.html5
-rw-r--r--public/posts/tags/voice/index.html5
-rw-r--r--public/posts/tags/voiceover/index.html5
10 files changed, 41 insertions, 11 deletions
diff --git a/public/posts/2018/05/the-voice-practitioner/index.html b/public/posts/2018/05/the-voice-practitioner/index.html
index d970a07..e48e408 100644
--- a/public/posts/2018/05/the-voice-practitioner/index.html
+++ b/public/posts/2018/05/the-voice-practitioner/index.html
@@ -25,6 +25,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -36,7 +39,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
diff --git a/public/posts/2018/12/does-the-microphone-matter/index.html b/public/posts/2018/12/does-the-microphone-matter/index.html
index c8c2ed5..4713d00 100644
--- a/public/posts/2018/12/does-the-microphone-matter/index.html
+++ b/public/posts/2018/12/does-the-microphone-matter/index.html
@@ -25,6 +25,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -36,7 +39,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
diff --git a/public/posts/categories/index.html b/public/posts/categories/index.html
index 4bfaa46..ea9965c 100644
--- a/public/posts/categories/index.html
+++ b/public/posts/categories/index.html
@@ -24,6 +24,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -35,7 +38,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
diff --git a/public/posts/categories/voice/index.html b/public/posts/categories/voice/index.html
index b5d10e1..3aa2da3 100644
--- a/public/posts/categories/voice/index.html
+++ b/public/posts/categories/voice/index.html
@@ -25,6 +25,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -36,7 +39,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
diff --git a/public/posts/categories/voiceover/index.html b/public/posts/categories/voiceover/index.html
index 5658a4b..d14dd41 100644
--- a/public/posts/categories/voiceover/index.html
+++ b/public/posts/categories/voiceover/index.html
@@ -25,6 +25,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -36,7 +39,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
diff --git a/public/posts/index.html b/public/posts/index.html
index 317cce7..68e8371 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <meta name="generator" content="Hugo 0.52" />
+ <meta name="generator" content="Hugo 0.53" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@@ -26,6 +26,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -37,7 +40,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
diff --git a/public/posts/post/index.html b/public/posts/post/index.html
index 15c280c..49064af 100644
--- a/public/posts/post/index.html
+++ b/public/posts/post/index.html
@@ -25,6 +25,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -36,7 +39,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
diff --git a/public/posts/tags/index.html b/public/posts/tags/index.html
index 85aad60..bb6b5b0 100644
--- a/public/posts/tags/index.html
+++ b/public/posts/tags/index.html
@@ -24,6 +24,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -35,7 +38,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
diff --git a/public/posts/tags/voice/index.html b/public/posts/tags/voice/index.html
index 18e8cef..801c0b2 100644
--- a/public/posts/tags/voice/index.html
+++ b/public/posts/tags/voice/index.html
@@ -25,6 +25,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -36,7 +39,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
diff --git a/public/posts/tags/voiceover/index.html b/public/posts/tags/voiceover/index.html
index 0ad5469..93a105e 100644
--- a/public/posts/tags/voiceover/index.html
+++ b/public/posts/tags/voiceover/index.html
@@ -25,6 +25,9 @@
</title>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
+
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/stylesheet.posts.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>
@@ -36,7 +39,7 @@
</head>
- <body id="main" class="body-opaque">
+ <body class="body-opaque">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>