Fix broken link to my blog page
This commit is contained in:
parent
c396b755e3
commit
3eb8971b18
|
@ -558,7 +558,7 @@
|
|||
<div class="heading-wrapper h3">
|
||||
<h3 id="pagination">Pagination</h3>
|
||||
<a class="heading-anchor" href="#pagination" aria-labelledby="pagination"><span hidden>#</span></a></div>
|
||||
<p>Leilukin's Hub <a href="/blogs">blog</a> and main <a href="/changelogs">changelogs</a> page now has pagination, thanks to <a href="https://www.11ty.dev/docs/pagination/">Eleventy's built-in support for the feature</a>.</p>
|
||||
<p>Leilukin's Hub <a href="/blog">blog</a> and main <a href="/changelogs">changelogs</a> page now has pagination, thanks to <a href="https://www.11ty.dev/docs/pagination/">Eleventy's built-in support for the feature</a>.</p>
|
||||
<div class="heading-wrapper h3">
|
||||
<h3 id="estimated-reading-time-for-articles-and-blog-posts">Estimated Reading Time for Articles and Blog Posts</h3>
|
||||
<a class="heading-anchor" href="#estimated-reading-time-for-articles-and-blog-posts" aria-labelledby="estimated-reading-time-for-articles-and-blog-posts"><span hidden>#</span></a></div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.neocities.org"/>
|
||||
<updated>2024-04-21T14:40:31Z</updated>
|
||||
<updated>2024-04-21T14:43:33Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<div class="heading-wrapper h3">
|
||||
<h3 id="pagination">Pagination</h3>
|
||||
<a class="heading-anchor" href="https://leilukin.neocities.org/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/#pagination" aria-labelledby="pagination"><span hidden="">#</span></a></div>
|
||||
<p>Leilukin's Hub <a href="https://leilukin.neocities.org/blogs">blog</a> and main <a href="https://leilukin.neocities.org/changelogs">changelogs</a> page now has pagination, thanks to <a href="https://www.11ty.dev/docs/pagination/">Eleventy's built-in support for the feature</a>.</p>
|
||||
<p>Leilukin's Hub <a href="https://leilukin.neocities.org/blog">blog</a> and main <a href="https://leilukin.neocities.org/changelogs">changelogs</a> page now has pagination, thanks to <a href="https://www.11ty.dev/docs/pagination/">Eleventy's built-in support for the feature</a>.</p>
|
||||
<div class="heading-wrapper h3">
|
||||
<h3 id="estimated-reading-time-for-articles-and-blog-posts">Estimated Reading Time for Articles and Blog Posts</h3>
|
||||
<a class="heading-anchor" href="https://leilukin.neocities.org/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/#estimated-reading-time-for-articles-and-blog-posts" aria-labelledby="estimated-reading-time-for-articles-and-blog-posts"><span hidden="">#</span></a></div>
|
||||
|
|
|
@ -26,7 +26,7 @@ In addition, Eleventy's own features, support for many [template languages](http
|
|||
|
||||
### Pagination
|
||||
|
||||
Leilukin's Hub [blog](/blogs) and main [changelogs](/changelogs) page now has pagination, thanks to [Eleventy's built-in support for the feature](https://www.11ty.dev/docs/pagination/).
|
||||
Leilukin's Hub [blog](/blog) and main [changelogs](/changelogs) page now has pagination, thanks to [Eleventy's built-in support for the feature](https://www.11ty.dev/docs/pagination/).
|
||||
|
||||
### Estimated Reading Time for Articles and Blog Posts
|
||||
|
||||
|
|
Loading…
Reference in New Issue