styled feed; bug fixes

This commit is contained in:
Cory Dransfeldt 2023-03-15 16:33:42 -07:00
parent 18927e73ea
commit 9b17dc6d18
No known key found for this signature in database
9 changed files with 143 additions and 3 deletions

View file

@ -21,6 +21,8 @@
<script src="https://breezy-restored.coryd.dev/script.js" data-site="RHNGSUXO" defer></script>
<link rel="webmention" href="https://webmention.io/coryd.dev/webmention" />
<link rel="pingback" href="https://webmention.io/coryd.dev/xmlrpc" />
<link type="application/atom+xml" rel="alternate" title="Cory Dransfeldt" href="/feed.xml">
<link rel="alternate" type="application/json" title="Cory Dransfeldt" href="/feed.json" />
<script>
const isDarkMode = () => localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches);
if (isDarkMode()) {