othala
3 days ago
Thanks. I wish I could say I had as much time to do page updates as I did when I started this. The time will come again, I'm sure. I'm glad you like the design. I sometimes feel like its rare for anything visually simple to be appreciated on neocities so it's nice to hear.
duvarki
3 days ago
No problem! It's so cool to find someone else who is also interested in ancient Germanic culture, your library page (the Edda especially) has been very useful!
duvarki
5 days ago
it seems like the language and theme switcher are broken until the website's cache is cleared on the user end, which is a bit annoying. I wish there was a way for a website to force a complete reload or something
satyrwoud
5 days ago
There kinda is! You can put a "?v=2" (or whatever version number) after the link to the stylesheet so the browser has to reload it again
that1rogue
5 days ago
alternatively, a little JS in a script tag to append the date/time to the stylesheet href as a url param means you never need to update the version manually to ensure users always get the newest stylesheet.
duvarki
5 days ago
Ooo that's a cool way of doing it! Does your website use that? May I steal it for mine own :p
that1rogue
5 days ago
You should be able to add the following code either in a script tag on the page, or in a global script.js file or something if you have one of those, which it looks like you do. document.querySelectorAll("link[rel='stylesheet']").forEach(link => link.href = link.href.split('?')[0] + '?v=' + Date.now());
duvarki
6 days ago
I have updated the poetry page, and added a bunch of poems I had omitted earlier; they are marked with a gold colour. I hope you enjoy them!
duvarki
1 week ago
A blessed Trinity Sunday to you all! I have finally released my blog into the aether
duvarki
2 weeks ago
20 followers!! Thank you to everyone who has interacted with my little website, it means so much to me!
that1rogue
2 weeks ago
Congrats! with how cool your site is, it's well deserved. On a different note, would you be able to hotlink my button instead of hosting your own? I don't like it's design terribly much, but I wanted one people could use. I ask folks to hotlink it because I plan to update it, and that way it'll propagate to their sites with no work from them.
duvarki
2 weeks ago
Tysm! I'll make sure to hotlink your button for the next update, thanks for letting me know!
Embarrassingly I wasn't updating the dates for my RSS entries, they should be correct now!