aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/header.posts.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/partials/header.posts.php')
-rw-r--r--app/views/partials/header.posts.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/app/views/partials/header.posts.php b/app/views/partials/header.posts.php
index 5825116..6cd9b45 100644
--- a/app/views/partials/header.posts.php
+++ b/app/views/partials/header.posts.php
@@ -7,14 +7,8 @@
<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="Thedro Neely"/>
+ <<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php'; ?>
- <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="#b91d47">
- <meta name="theme-color" content="#ffffff">
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php'; ?>
- <link rel="stylesheet" href="/css/tdro.css">
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/stylesheets.php'; ?>