aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/header.posts.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-08-30 04:30:53 -0400
committerThedro Neely <thedroneely@gmail.com>2018-08-30 04:30:53 -0400
commit2bdcd9d9283b44e7c35822aa1317013928006fd8 (patch)
treeca2bf097e4dfcfdabba36a5cb2643560ab03b926 /app/views/partials/header.posts.php
downloadthedroneely.com-2bdcd9d9283b44e7c35822aa1317013928006fd8.tar.gz
thedroneely.com-2bdcd9d9283b44e7c35822aa1317013928006fd8.tar.bz2
thedroneely.com-2bdcd9d9283b44e7c35822aa1317013928006fd8.zip
Initialize Repo: First Commit
Diffstat (limited to 'app/views/partials/header.posts.php')
-rw-r--r--app/views/partials/header.posts.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/views/partials/header.posts.php b/app/views/partials/header.posts.php
new file mode 100644
index 0000000..87189bd
--- /dev/null
+++ b/app/views/partials/header.posts.php
@@ -0,0 +1,16 @@
+
+ <meta charset="utf-8">
+
+ <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 name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="robots" content="index,follow">
+
+ <link href="/rss.xml" rel="feed" type="application/rss+xml" title="Edwin Mattiacci"/>
+
+ <link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
+ <link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
+
+ <link rel="stylesheet" href="/css/smorg.css">