Add link to Leilukin's Hub tumbleblog to the blog index

This commit is contained in:
Helen Chong 2024-06-21 02:19:46 +08:00
parent 5850acfd96
commit 3af26d1424
1 changed files with 10 additions and 3 deletions

View File

@ -8,6 +8,7 @@ pagination:
alias: postList
reverse: true
permalink: "/{{ page.fileSlug }}{% if pagination.pageNumber > 0 %}/page/{{ pagination.pageNumber + 1 }}{% endif %}/"
isContentDivided: true
eleventyNavigation:
order: 4
eleventyComputed:
@ -15,6 +16,11 @@ eleventyComputed:
desc: Blog hosted on {{ sitemeta.siteAuthor.name }}'s pwesonal website.
---
<section class="content__section">
{{ sitemeta.siteName }} also has a tumbleblog at <a href="https://tumbleblog.leilukin.com/">tumbleblog.leilukin.com</a>, where I make shorter or more casual posts. Feel free to check it out!
</section>
<section class="content__section">
<ul class="blog__posts">
{% for post in postList %}
<li class="blog__post">
@ -33,6 +39,7 @@ eleventyComputed:
</ul>
{% include "global/pagination-oldnew.njk" %}
</section>
<style>
.blog__posts,