Put posts and events into a grid.
This commit is contained in:
parent
4a051257c4
commit
90a87a6266
@ -64,12 +64,24 @@ logosub: Personal Hakyll weblog
|
|||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<h4>Recent posts</h4>
|
<div class="row row-cols-1 row-cols-md-2 g-4 p-1">
|
||||||
$partial("templates/recent-posts.html")$
|
|
||||||
|
<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>
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user