aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/head.meta.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/partials/head.meta.php')
-rw-r--r--app/views/partials/head.meta.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/partials/head.meta.php b/app/views/partials/head.meta.php
new file mode 100644
index 0000000..9f92e77
--- /dev/null
+++ b/app/views/partials/head.meta.php
@@ -0,0 +1,11 @@
+<title>
+ <?php echo $title = $title ?? 'Portfolio - '; ?>
+ Thedro Neely
+</title>
+
+<meta charset="utf-8">
+<meta name="robots" content="index,follow">
+<meta name="author" content="Thedro Neely">
+<meta name="description" content="Thedro's Portfolio Website">
+<meta name="keywords" content="Thedro,Neely,Portfolio,Website">
+<meta name="viewport" content="width=device-width, initial-scale=1">