updated time when page and feed update since I'd like to be greeted with a cat image when I wake up

This commit is contained in:
zepp 2024-07-26 01:43:22 -04:00
parent 32798bdd6e
commit 9c81d0025c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
A small website where you can see one cat image, once per day. With the ability to (hopefully) subscribe via RSS as well!
TODO:
- Verify RSS subscription works when page updates at midnight EDT
- Verify RSS subscription works when page updates at 6 AM EDT
## Things I used for this that you might wanna check out

View File

@ -9,6 +9,6 @@
<h1>RSS Subscription for onecatper.day</h1>
<p>Add the link below as a feed in your feed reader to be sent one picture of one, or maybe, a few cats per day. It will be only one image a day though!</p>
<p>https://onecatper.day/rss.xml</p>
<p>The server this website runs on will update the homepage image and rss feed at midnight EDT/EST</p>
<p>The server this website runs on will update the homepage image and rss feed at 6:00 AM EDT/EST</p>
</body>
</htmL>