From 945c6fee7c59559fbb1e6f00cebb7e83b8bfa422 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 22 Nov 2018 01:47:25 -0500 Subject: app/views/partials: Dry up header views by splitting it up into snippets Minor CSS changes --- app/views/snippets/favicons.php | 7 +++++++ app/views/snippets/rss.php | 1 + app/views/snippets/stylesheets.php | 1 + 3 files changed, 9 insertions(+) create mode 100644 app/views/snippets/favicons.php create mode 100644 app/views/snippets/rss.php create mode 100644 app/views/snippets/stylesheets.php (limited to 'app/views/snippets') diff --git a/app/views/snippets/favicons.php b/app/views/snippets/favicons.php new file mode 100644 index 0000000..4659f68 --- /dev/null +++ b/app/views/snippets/favicons.php @@ -0,0 +1,7 @@ + + + + + + + diff --git a/app/views/snippets/rss.php b/app/views/snippets/rss.php new file mode 100644 index 0000000..c803b00 --- /dev/null +++ b/app/views/snippets/rss.php @@ -0,0 +1 @@ + diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php new file mode 100644 index 0000000..9449c8a --- /dev/null +++ b/app/views/snippets/stylesheets.php @@ -0,0 +1 @@ + -- cgit v1.2.3