1
0
mirror of https://gitlab.com/Anson-Projects/anson-stuff/zinetest.git synced 2025-06-15 21:46:40 +00:00

accidentally broke scripts

This commit is contained in:
Anson Biggs 2024-02-16 22:51:58 -07:00
parent afc850c91b
commit f326031e98
2 changed files with 25 additions and 3 deletions

View File

@ -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://www.elidedbranches.com/feeds/posts/default
https://www.jeffgeerling.com/blog.xml
https://xeiaso.net/blog.rss

View File

@ -273,8 +273,8 @@ fn generate_index(entries: Vec<Entry>) -> 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" {}
}}
}
}