main #2

Merged
heavyweaponsgal merged 2 commits from slonk/bingus-blog:main into main 2024-05-04 15:21:57 +03:00
Showing only changes of commit c1e1670db3 - Show all commits

View file

@ -17,6 +17,9 @@
<h2>posts</h2> <h2>posts</h2>
<!-- prettier-ignore --> <!-- prettier-ignore -->
<div> <div>
{% if posts.is_empty() %}
there are no posts right now. check back later!
{% endif %}<!-- prettier-br -->
{% for post in posts %} {% for post in posts %}
<div class="post"> <div class="post">
<a href="/posts/{{ post.name }}"><b>{{ post.title }}</b></a> <a href="/posts/{{ post.name }}"><b>{{ post.title }}</b></a>