Add 9 November 2023 changelog
This commit is contained in:
parent
a2a4da004f
commit
efaf42d064
|
@ -50,6 +50,11 @@
|
|||
Archive: <span class="bold-text">Latest</span> | <a href="2022.html">2022</a> | <a href="layouts.html">Website Layouts</a>
|
||||
</p>
|
||||
|
||||
<p class="date-style">9 November 2023:</p>
|
||||
<ul>
|
||||
<li>Added extra header elements to the main site and the shrines to be dynamically displayed on certain days to celebrate special events. (Credit to <a href="https://kotor.neocities.org/" target="_blank">KotOR Community Portal</a> for the inspiration)</li>
|
||||
</ul>
|
||||
|
||||
<p class="date-style">30 October 2023:</p>
|
||||
<ul>
|
||||
<li>New blog post: <a href="/blog/posts/2023-10-30-Support-for-My-Steam-Review-of-A-Summers-End.html">Support for My Steam Review of A Summer's End — Hong Kong 1986</a>.</li>
|
||||
|
|
20
feed.xml
20
feed.xml
|
@ -13,6 +13,15 @@
|
|||
<width>900</width>
|
||||
<height>300</height>
|
||||
</image>
|
||||
<item>
|
||||
<title>Changelog: 9 November 2023</title>
|
||||
<pubDate>Thu, 9 Nov 2023 20:09:00 +0800</pubDate>
|
||||
<description><![CDATA[
|
||||
<ul>
|
||||
<li>Added extra header elements to the main site and the shrines to be dynamically displayed on certain days to celebrate special events. (Credit to <a href="https://kotor.neocities.org/" target="_blank">KotOR Community Portal</a> for the inspiration)</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Support for My Steam Review of A Summer's End — Hong Kong 1986</title>
|
||||
<pubDate>Mon, 30 Oct 2023 12:10:16 +0800</pubDate>
|
||||
|
@ -113,16 +122,5 @@
|
|||
<p>Celebrating the first anniversary of Leilukin's Hub and reflecting on the evolution of my website throughout past year.</p>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Changelog: 10 September 2023</title>
|
||||
<pubDate>Sun, 10 Sep 2023 23:39:36 +0800</pubDate>
|
||||
<description><![CDATA[
|
||||
<ul>
|
||||
<li><cite>Star Wars: Knights of the Old Republic</cite> <a href="https://leilukin.neocities.org/shrines/starwarskotor/">shrine</a>: Hide the right sidebar.</li>
|
||||
<li><cite>A Summer’s End — Hong Kong 1986</cite> <a href="https://leilukin.neocities.org/shrines/asummersend/">shrine</a>: Change the content of the right sidebar.</li>
|
||||
<li><cite>Cassette Beasts</cite> <a href="https://leilukin.neocities.org/shrines/cassettebeasts/">shrine</a>: Change the content of the right sidebar.</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">30 October 2023:</p>
|
||||
<p class="date-style">9 November 2023:</p>
|
||||
<ul>
|
||||
<li>New blog post: <a href="/blog/posts/2023-10-30-Support-for-My-Steam-Review-of-A-Summers-End.html">Support for My Steam Review of A Summer's End — Hong Kong 1986</a>.</li>
|
||||
<li>Added extra header elements to the main site and the shrines to be dynamically displayed on certain days to celebrate special events. (Credit to <a href="https://kotor.neocities.org/" target="_blank">KotOR Community Portal</a> for the inspiration)</li>
|
||||
</ul>
|
||||
<p><a href="/changelog">View all site changelog</a></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue