Add 7 February 2024 changelog
This commit is contained in:
parent
d92812e5d4
commit
3306407687
|
@ -52,6 +52,11 @@
|
|||
|
||||
<!-- CHANGELOG ITEMS BEGIN HERE -->
|
||||
|
||||
<p class="date-style">7 February 2024:</p>
|
||||
<ul>
|
||||
<li><a href="/mycreations/">My Creations</a>: Added My Characters section.</li>
|
||||
</ul>
|
||||
|
||||
<p class="date-style">9 January 2024:</p>
|
||||
<ul>
|
||||
<li><cite>Cassette Beasts</cite> <a href="/shrines/cassettebeasts/">shrine</a>: Added a new section: My Contributions to the <cite>Cassette Beasts</cite> community.</li>
|
||||
|
|
18
feed.xml
18
feed.xml
|
@ -13,6 +13,15 @@
|
|||
<width>900</width>
|
||||
<height>300</height>
|
||||
</image>
|
||||
<item>
|
||||
<title>Changelog: 7 February 2024</title>
|
||||
<pubDate>Wed, 7 Feb 2024 21:49:21 +0800</pubDate>
|
||||
<description><![CDATA[
|
||||
<ul>
|
||||
<li><a href="/mycreations/">My Creations</a>: Added My Characters section.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Changelog: 9 January 2024</title>
|
||||
<pubDate>Tue, 9 Jan 2024 17:29:48 +0800</pubDate>
|
||||
|
@ -112,14 +121,5 @@
|
|||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Changelog: 15 September 2023</title>
|
||||
<pubDate>Fri, 15 Sep 2023 22:30:34 +0800</pubDate>
|
||||
<description><![CDATA[
|
||||
<ul>
|
||||
<li><cite>Cassette Beasts</cite> <a href="https://leilukin.neocities.org/shrines/cassettebeasts/">shrine</a>: Updated the <a href="https://leilukin.neocities.org/shrines/cassettebeasts/devinsights.html">Developer Insight</a> page by adding an Event Showcase section.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
|
@ -70,9 +70,9 @@
|
|||
<section class="content-section">
|
||||
<h2>Updates</h2>
|
||||
<div class="text-box">
|
||||
<p class="date-style">9 January 2024:</p>
|
||||
<p class="date-style">7 February 2024:</p>
|
||||
<ul>
|
||||
<li><cite>Cassette Beasts</cite> <a href="/shrines/cassettebeasts/">shrine</a>: Added a new section: My Contributions to the <cite>Cassette Beasts</cite> community.</li>
|
||||
<li><a href="/mycreations/">My Creations</a>: Added My Characters section.</li>
|
||||
</ul>
|
||||
<p><a href="/changelog">View all site changelog</a></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue