From f326031e982034e8ac324a97c91e131cc4d5ea38 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 16 Feb 2024 22:51:58 -0700 Subject: [PATCH] accidentally broke scripts --- feeds.txt | 24 +++++++++++++++++++++++- src/main.rs | 4 ++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/feeds.txt b/feeds.txt index eedd9d7..e421742 100644 --- a/feeds.txt +++ b/feeds.txt @@ -1,9 +1,31 @@ +https://0xd34df00d.me/rss.xml +https://adamsilver.io/atom.xml +https://alexturek.com/feed +https://austinhenley.com/blog/feed.rss https://bcantrill.dtrace.org/feed/ +https://blog.aawadia.dev/ +https://blog.andymatuschak.org/rss +https://blog.benjojo.co.uk/rss.xml +https://blog.codinghorror.com/rss/ +https://blog.plover.com/index.atom +https://calebporzio.com/feed https://ciechanow.ski/atom.xml +https://darekkay.com/atom.xml +https://decomposition.al/atom.xml +https://fabiensanglard.net/rss.xml https://factorio.com/blog/rss +https://fasterthanli.me/index.xml +https://jvns.ca/atom.xml +https://kinduff.com/feed.xml https://magnuschatt.medium.com/feed https://notes.ansonbiggs.com/rss/ +https://ohhelloana.blog/feed.xml https://orbitalindex.com/feed.xml https://projects.ansonbiggs.com/index.xml +https://rachelbythebay.com/w/atom.xml +https://stephango.com/feed.xml +https://taylor.town/feed.xml https://www.construction-physics.com/feed -https://xeiaso.net/blog.rss +https://www.elidedbranches.com/feeds/posts/default +https://www.jeffgeerling.com/blog.xml +https://xeiaso.net/blog.rss \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index b5b7e59..cde1b2d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -273,8 +273,8 @@ fn generate_index(entries: Vec) -> Markup { } {(generate_footer())} {(about_modal(entries))} - script src="modal.js"; - script src="minimal-theme-switcher.js"; + script src="modal.js" {} + script src="minimal-theme-switcher.js" {} }} } }