aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2024-01-06 19:16:12 -0500
committerThedro Neely <thedroneely@gmail.com>2024-01-06 19:16:12 -0500
commit6d745f1e8c7b870524e01ee7a4886db38634e2ae (patch)
tree4d5964c37fb3d66ed07e5ac0fad46a54d76e979d /app/views/snippets
parent3c1a341d42994efd4addb942c623bff18b2d034c (diff)
downloadthedroneely.com-6d745f1e8c7b870524e01ee7a4886db38634e2ae.tar.gz
thedroneely.com-6d745f1e8c7b870524e01ee7a4886db38634e2ae.tar.bz2
thedroneely.com-6d745f1e8c7b870524e01ee7a4886db38634e2ae.zip
app/partials: Unify headers
Make easier to maintain. Use native upload and add htm.
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/favicons.php7
-rw-r--r--app/views/snippets/rss.php5
-rw-r--r--app/views/snippets/stylesheets.php15
3 files changed, 0 insertions, 27 deletions
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 @@
-<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
-<link rel="icon" type="image/png" sizes="32x32" href="data:image/png;base64,<?php echo base64('/public/favicon-32x32.png'); ?>">
-<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,<?php echo base64('/public/favicon-16x16.png'); ?>">
-<link rel="manifest" href="data:application/manifest+json;base64,<?php echo base64('/public/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">
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 @@
-<link href="/rss.xml" rel="alternate" type="application/rss+xml" title="All at Thedro Neely"/>
-<link href="/index.json" rel="alternate" type="application/json" title="All at Thedro Neely"/>
-<link href="/posts/rss.xml" rel="alternate" type="application/rss+xml" title="Posts at Thedro Neely"/>
-<link href="/projects/rss.xml" rel="alternate" type="application/rss+xml" title="Projects at Thedro Neely"/>
-<link href="/abstracts/rss.xml" rel="alternate" type="application/rss+xml" title="Abstracts at Thedro Neely"/>
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 @@
-<link rel="stylesheet" href="/css/tdro.css">
-
-<?php if ($theme->color() === 'dark') { ?>
-<link rel="stylesheet" href="/css/tdro-dark.css">
-<?php } ?>
-
-<noscript>
- <style>
- article-comments,
- [href="#isso-thread"],
- article header aside:nth-child(2) svg:first-child {
- display: none;
- }
- </style>
-</noscript>