From 1ea31083dad9917a430c2a85004a4538eedcc724 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 24 Mar 2019 20:14:37 -0400 Subject: views/snippets: Move all meta headers to common file --- views/partials/header.common.php | 21 +++++++++++++++++++++ views/snippets/favicons.php | 7 ------- views/snippets/rss.php | 1 - views/snippets/stylesheet.posts.php | 1 - 4 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 views/partials/header.common.php delete mode 100644 views/snippets/favicons.php delete mode 100644 views/snippets/rss.php delete mode 100644 views/snippets/stylesheet.posts.php diff --git a/views/partials/header.common.php b/views/partials/header.common.php new file mode 100644 index 0000000..45bb218 --- /dev/null +++ b/views/partials/header.common.php @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/views/snippets/favicons.php b/views/snippets/favicons.php deleted file mode 100644 index 7850b69..0000000 --- a/views/snippets/favicons.php +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/views/snippets/rss.php b/views/snippets/rss.php deleted file mode 100644 index 9290627..0000000 --- a/views/snippets/rss.php +++ /dev/null @@ -1 +0,0 @@ - diff --git a/views/snippets/stylesheet.posts.php b/views/snippets/stylesheet.posts.php deleted file mode 100644 index 8b13789..0000000 --- a/views/snippets/stylesheet.posts.php +++ /dev/null @@ -1 +0,0 @@ - -- cgit v1.2.3