Fix blog post link
This commit is contained in:
parent
47e1194079
commit
91981db9c9
|
@ -422,7 +422,7 @@
|
||||||
<a class="heading-anchor" href="#2024-04-21" aria-labelledby="2024-04-21"><span hidden="">#</span></a>
|
<a class="heading-anchor" href="#2024-04-21" aria-labelledby="2024-04-21"><span hidden="">#</span></a>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>New blog post: <a href="http://localhost:8080/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin's Hub Overhaul with Eleventy</a>.</li>
|
<li>New blog post: <a href="/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin's Hub Overhaul with Eleventy</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="heading-wrapper h2">
|
<div class="heading-wrapper h2">
|
||||||
|
|
|
@ -419,7 +419,7 @@
|
||||||
|
|
||||||
<h3 class="date-style">21 April 2024</h3>
|
<h3 class="date-style">21 April 2024</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>New blog post: <a href="http://localhost:8080/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin's Hub Overhaul with Eleventy</a>.</li>
|
<li>New blog post: <a href="/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin's Hub Overhaul with Eleventy</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3 class="date-style">20 April 2024</h3>
|
<h3 class="date-style">20 April 2024</h3>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.neocities.org"/>
|
<link href="https://leilukin.neocities.org"/>
|
||||||
<updated>2024-04-21T12:59:00Z</updated>
|
<updated>2024-04-21T13:05:06Z</updated>
|
||||||
<id>https://leilukin.neocities.org</id>
|
<id>https://leilukin.neocities.org</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<updated>2024-04-21T00:00:00Z</updated>
|
<updated>2024-04-21T00:00:00Z</updated>
|
||||||
<id>https://leilukin.neocities.org/</id>
|
<id>https://leilukin.neocities.org/</id>
|
||||||
<content type="html"><ul>
|
<content type="html"><ul>
|
||||||
<li>New blog post: <a href="http://localhost:8080/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin's Hub Overhaul with Eleventy</a>.</li>
|
<li>New blog post: <a href="https://leilukin.neocities.org/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin's Hub Overhaul with Eleventy</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</content>
|
</content>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
|
@ -446,7 +446,7 @@
|
||||||
|
|
||||||
<h3 class="date-style">21 April 2024:</h3>
|
<h3 class="date-style">21 April 2024:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>New blog post: <a href="http://localhost:8080/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin's Hub Overhaul with Eleventy</a>.</li>
|
<li>New blog post: <a href="/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin's Hub Overhaul with Eleventy</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><a href="/changelogs">View all site changelogs</a></p>
|
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
date: 2024-04-21
|
date: 2024-04-21
|
||||||
---
|
---
|
||||||
|
|
||||||
* New blog post: [April 2024 Leilukin's Hub Overhaul with Eleventy](http://localhost:8080/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/).
|
* New blog post: [April 2024 Leilukin's Hub Overhaul with Eleventy](/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/).
|
Loading…
Reference in New Issue