Add guestbook to index aside, add template for widgets, add more 88x31.

This commit is contained in:
天クマ 2026-07-05 16:50:26 -03:00
commit c929984d81
24 changed files with 113 additions and 15 deletions

View file

@ -15,10 +15,8 @@ headerLink: blog
{% for post in collections.post %}
{% if post.data.langKey == langKey %}
<li>
<p>
<a class="postLink" href="{{ post.url | url }}">{{ post.data.postTitle }}</a><br>
<b>{{ post.data.date | postDate }}</b>{% if post.data.lastModified | postDate !== post.data.date | postDate %} ({{ i18n[langKey].lastEditedIn }} {{ post.data.lastModified | postDate}}){% endif %}
</p>
</li>
{% endif %}
{% endfor %}