diff options
| -rw-r--r-- | feed.xml | 4 | ||||
| -rwxr-xr-x | genrss.sh | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ <link>https://marc.vertes.org/</link> <description>A blog about programming</description> <managingEditor>mvertes@free.fr</managingEditor> -<pubDate>Thu, 18 May 2023 18:53:56 +0200</pubDate> +<pubDate>Thu, 18 May 2023 19:05:48 +0200</pubDate> <item> <title>Yaegi Internals</title> <link>https://marc.vertes.org/yaegi-internals/</link> @@ -386,7 +386,7 @@ in a next article:</p> <p>P.S. Thanks to <a href="https://twitter.com/@lejatorn"><span class="citation" data-cites="lejatorn">@lejatorn</span></a> for his feedback and suggestions on this post.</p> -<hr>From: Marc Vertes, 03 may 2023]]> +<hr>From: Marc Vertes, 03 may 2023]]></content:encoded> </item> </channel> </rss> @@ -23,7 +23,7 @@ for d in *; do <description>$description</description> <author>$author</author> <pubDate>$date_rfc2822</pubDate> - <content:encoded><![CDATA[$(awk '/<h1 / {p=!p} p' index.html)]]> + <content:encoded><![CDATA[$(awk '/<h1 / {p=!p} p' index.html)]]></content:encoded> </item> EOT done |
