mojodojodev / mojodojo.dev

Learning materials for the Mojo🔥programming language
https://mojodojo.dev/
87 stars 16 forks source link

RSS-Feed: pubData gets updated #25

Closed jdlib closed 1 year ago

jdlib commented 1 year ago

A RSS-Feed is available from https://mojodojo.dev/rss.xml: The pubDate of items seems to be set to the current date from time to time, with the effect that items get republished: Example from current rss.xml:

   <item>
      <title>Why Use Mojo?</title>
      <link>https://www.mojodojo.dev/blog/2023-05-08-why-use-mojo.html</link>
      <guid>https://www.mojodojo.dev/blog/2023-05-08-why-use-mojo.html</guid>
      <source url="https://www.mojodojo.dev/rss.xml">Why Use Mojo?</source>
      <description>The Mojo toolchain is not yet available, but you can signup (https://www.modular.com/get-started) to get early preview access to a Mojo notebook. Check the official why mojo pag...</description>
  !!! <pubDate>Sun, 18 Jun 2023 11:48:48 GMT</pubDate>
      ...
mojodojodev commented 1 year ago

Thanks for raising I'll look into it

mojodojodev commented 1 year ago

Thanks so much for raising this, looks like I had the dates in the wrong format but it's working now:

image

jdlib commented 1 year ago

Great, thanks a lot.