1
0

Put posts and events into a grid.

This commit is contained in:
Kevin Matsubara 2025-12-20 15:32:04 +01:00
parent 4a051257c4
commit 90a87a6266

View File

@ -64,12 +64,24 @@ logosub: Personal Hakyll weblog
<hr/>
<h4>Recent posts</h4>
$partial("templates/recent-posts.html")$
<div class="row row-cols-1 row-cols-md-2 g-4 p-1">
<div class="col">
<h4>Recent posts</h4>
$partial("templates/recent-posts.html")$
<p>…or you can find more posts in the <a href="/archive.html">archives</a>.</p>
</div>
<div class="col">
<h4>Upcoming events</h4>
$partial("templates/events.html")$
<p>Here you can find more events I attended: <a href="/events.html">events</a>.</p>
</div>
</div>
<p>…or you can find more posts in the <a href="/archive.html">archives</a>.</p>
<h4>Events</h4>
$partial("templates/events.html")$
<p>Here you can find more events I attended: <a href="/events.html">events</a>.</p>