Logo

index : blog

---

  • summary
  • about
  • tree
  • log
  • branches
<< path: root/public/blog.git/html/templates/overview_limited.html blob: e8b8d80ec0c3cb10bc79cd2ceff45f44ee8647f8 [raw] [clear marker]

        
0<div class="content" style="max-width: 700px;">
1 <p class="link">
2 <span style="color: var(--color-font-faded)">
3 Only {{ :max_items: %1 of %2 }} items are displayed.
4 </span>
5 <a href="/allitems">Show all items</a>
6 </p>
7 <ul class="overview">
8 {{ loop:entries:
9 <li>
10 <a href="?ts=%5"><span class="overview-title">%1</span></a>
11 <span class="overview-metadata">%4</span>
12 </li>
13 }}
14 <li style="border-bottom: solid 1px transparent !important; font-size: 0.1em;">
15 &nbsp;
16 </li>
17 </ul>
18 <p class="link" style="text-align: center;"><a href="/allposts">Show all items</a></p>
19</div>
20
21
Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit