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

@ -10,16 +10,18 @@ tags: misc
---
{% from "macros.njk" import i88x31 with context %}
<main>
<main class="misc88x31Page">
<div class="box pageHeaderBox">
<h1>88x31</h1>
<p>{{ t.intro }}</p>
</div>
<hr>
<h2>{{ t.me }}</h2>
<div class="homeBadgesBox">
{{ i88x31("tenkuma.gif") }}
</div>
<h2>{{ t.others }}</h2>
<div class="">
<div class="homeBadgesBox">
{% for image in collections.88x31 %}
{{ i88x31(image.fileSlug) }}
{% endfor %}