Add 20 April 2024 layout
This commit is contained in:
parent
db58579440
commit
de7df4bb5e
Binary file not shown.
After Width: | Height: | Size: 338 KiB |
Binary file not shown.
After Width: | Height: | Size: 369 KiB |
|
@ -381,6 +381,9 @@
|
|||
<nav class="toc">
|
||||
<ol>
|
||||
|
||||
<li><a href="#20-april-2024">20 April 2024</a>
|
||||
</li>
|
||||
|
||||
<li><a href="#11-september-2023-blog-layout">11 September 2023 Blog Layout</a>
|
||||
</li>
|
||||
|
||||
|
@ -483,6 +486,11 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div class="heading-wrapper h2">
|
||||
<h2 id="20-april-2024">20 April 2024</h2>
|
||||
<a class="heading-anchor" href="#20-april-2024" aria-labelledby="20-april-2024"><span hidden>#</span></a></div>
|
||||
<p><img src="/assets/layouts/Leilukins-Hub-layout-2024-04.png" alt="Leilukin's Hub home page on 11 September 2023"></p>
|
||||
<p><img src="/assets/layouts/Leilukins-Hub-blog-layout-2024-04.png" alt="Leilukin's Hub blog on 11 September 2023"></p>
|
||||
<div class="heading-wrapper h2">
|
||||
<h2 id="11-september-2023-blog-layout">11 September 2023 Blog Layout</h2>
|
||||
<a class="heading-anchor" href="#11-september-2023-blog-layout" aria-labelledby="11-september-2023-blog-layout"><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-21T06:46:29Z</updated>
|
||||
<updated>2024-04-21T06:58:16Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 338 KiB |
Binary file not shown.
After Width: | Height: | Size: 369 KiB |
|
@ -16,6 +16,20 @@ eleventyNavigation:
|
|||
{% endfor %}
|
||||
{%- endmacro -%}
|
||||
|
||||
{{ siteLayout({
|
||||
title: "20 April 2024",
|
||||
screenshots: [
|
||||
{
|
||||
imgFile: "Leilukins-Hub-layout-2024-04.png",
|
||||
imgAlt: "Leilukin's Hub home page on 11 September 2023"
|
||||
},
|
||||
{
|
||||
imgFile: "Leilukins-Hub-blog-layout-2024-04.png",
|
||||
imgAlt: "Leilukin's Hub blog on 11 September 2023"
|
||||
}
|
||||
]
|
||||
}) }}
|
||||
|
||||
{{ siteLayout({
|
||||
title: "11 September 2023 Blog Layout",
|
||||
screenshots: [
|
||||
|
|
Loading…
Reference in New Issue