aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-11-18 19:42:55 -0500
committerThedro Neely <thedroneely@gmail.com>2018-11-18 19:42:55 -0500
commit40ab84f38f21258c47f013eb025207a0ad254a1b (patch)
tree1fd79bec6720d5b4796a0d255663207228ab37a1 /views
parent93b3e47601b957806a210d4cd2a65e1a79c93fd1 (diff)
downloadedwinmattiacci.com-40ab84f38f21258c47f013eb025207a0ad254a1b.tar.gz
edwinmattiacci.com-40ab84f38f21258c47f013eb025207a0ad254a1b.tar.bz2
edwinmattiacci.com-40ab84f38f21258c47f013eb025207a0ad254a1b.zip
assets: Add webpack assets and view snippets
Diffstat (limited to 'views')
-rw-r--r--views/snippets/favicons.php7
-rw-r--r--views/snippets/rss.php1
-rw-r--r--views/snippets/stylesheet.posts.php2
3 files changed, 10 insertions, 0 deletions
diff --git a/views/snippets/favicons.php b/views/snippets/favicons.php
new file mode 100644
index 0000000..ec36fd2
--- /dev/null
+++ b/views/snippets/favicons.php
@@ -0,0 +1,7 @@
+<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+<link rel="manifest" href="/site.webmanifest">
+<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+<meta name="msapplication-TileColor" content="#2b5797">
+<meta name="theme-color" content="#ffffff">
diff --git a/views/snippets/rss.php b/views/snippets/rss.php
new file mode 100644
index 0000000..662846b
--- /dev/null
+++ b/views/snippets/rss.php
@@ -0,0 +1 @@
+<link href="/posts/index.xml" rel="feed" type="application/rss+xml" title="Edwin Mattiacci" />
diff --git a/views/snippets/stylesheet.posts.php b/views/snippets/stylesheet.posts.php
new file mode 100644
index 0000000..c53e282
--- /dev/null
+++ b/views/snippets/stylesheet.posts.php
@@ -0,0 +1,2 @@
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
+<link rel="stylesheet" href="/dist/posts.css">