From 6d745f1e8c7b870524e01ee7a4886db38634e2ae Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sat, 6 Jan 2024 19:16:12 -0500 Subject: app/partials: Unify headers Make easier to maintain. Use native upload and add htm. --- app/views/snippets/favicons.php | 7 ------- app/views/snippets/rss.php | 5 ----- app/views/snippets/stylesheets.php | 15 --------------- 3 files changed, 27 deletions(-) delete mode 100644 app/views/snippets/favicons.php delete mode 100644 app/views/snippets/rss.php delete 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 deleted file mode 100644 index f052ee5..0000000 --- a/app/views/snippets/favicons.php +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/app/views/snippets/rss.php b/app/views/snippets/rss.php deleted file mode 100644 index a37df92..0000000 --- a/app/views/snippets/rss.php +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php deleted file mode 100644 index 62b2ad9..0000000 --- a/app/views/snippets/stylesheets.php +++ /dev/null @@ -1,15 +0,0 @@ - - -color() === 'dark') { ?> - - - - -- cgit v1.2.3