aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkeni7385 <andrea@andreacorsini.xyz>2022-06-04 00:56:17 +0300
committerkeni7385 <andrea@andreacorsini.xyz>2022-06-04 00:56:17 +0300
commit90065a4b6655e4b16fda0e0fe1a93c0b30ad1d25 (patch)
tree5fbb2f9b732c2806763df8d7407c54ebc2cfc364
parentb6c2884d93414a3fe9b20786a431a56c1b9415a5 (diff)
Fix RSS HTML escape
-rwxr-xr-x_assets/rss.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/_assets/rss.xml b/_assets/rss.xml
index 89f37c4..648d708 100755
--- a/_assets/rss.xml
+++ b/_assets/rss.xml
@@ -16,10 +16,7 @@
<title>A simple static website generator</title>
<link>https://andreacorsini.xyz/notes/a-simple-static-website-generator.html</link>
<guid>https://andreacorsini.xyz/notes/a-simple-static-website-generator.html</guid>
- <description>
- <p>Why bother creating another static website generator? There are so many awesome projects out in the open source community, such as Jekyll, Hugo, just to name few of them. Well, I wanted to have something dead simple, but
- also flexible enough to be easily customized. So I wrote my own simple static website generator (sswg) using SHell scripting.</p> <p>This is possible because I don't need many features yet. In the future, I could end up in switching to a proper generator. Anyway, for the time being I can just use mine and share it here. Hopefully, it could be useful for other folks that want to practice shell scripting, and/or want to implement their website generator.</p> <p>Here, you will find the original version and its rationale. Most likely, the generator will change to cope with my website needs. You can find the current version in my <a href="https://git.andreacorsini.xyz/sswg">git repository</a>.</p>
- </description>
+ <description>&lt;p&gt;Why bother creating another static website generator? There are so many awesome projects out in the open source community, such as Jekyll, Hugo, just to name few of them. Well, I wanted to have something dead simple, but also flexible enough to be easily customized. So I wrote my own simple static website generator (sswg) using SHell scripting.&lt;/p&gt; &lt;p&gt;This is possible because I don't need many features yet. In the future, I could end up in switching to a proper generator. Anyway, for the time being I can just use mine and share it here. Hopefully, it could be useful for other folks that want to practice shell scripting, and/or want to implement their website generator.&lt;/p&gt; &lt;p&gt;Here, you will find the original version and its rationale. Most likely, the generator will change to cope with my website needs. You can find the current version in my &lt;a href=&quot;https://git.andreacorsini.xyz/sswg&quot;&gt;git repository&lt;/a&gt;.&lt;/p&gt;</description>
</item>
</channel>
</rss>