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:
parent
32798bdd6e
commit
9c81d0025c
|
@ -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!
|
A small website where you can see one cat image, once per day. With the ability to (hopefully) subscribe via RSS as well!
|
||||||
|
|
||||||
TODO:
|
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
|
## Things I used for this that you might wanna check out
|
||||||
|
|
||||||
|
|
2
rss.html
2
rss.html
|
@ -9,6 +9,6 @@
|
||||||
<h1>RSS Subscription for onecatper.day</h1>
|
<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>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>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>
|
</body>
|
||||||
</htmL>
|
</htmL>
|
Loading…
Reference in New Issue