Update bookmarks page design and add more entries. Add more 88x31 pictures.

This commit is contained in:
天クマ 2026-04-22 17:17:15 -03:00
commit fe9d3e67f1
311 changed files with 692 additions and 497 deletions

View file

@ -16,7 +16,7 @@ title: Adrian Victor:Blog
<li>
<p>
<a href="{{ post.url }}">{{ post.data.postTitle }}</a><br>
{{ post.data.date }}
<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 %}