Insert number of entries for microblog
All checks were successful
Build OCI Image / docker (push) Successful in 36s

This commit is contained in:
Yadunand Prem 2025-08-13 01:03:04 +08:00
parent 6f82a0f72b
commit 7694a53afd

View File

@ -38,8 +38,11 @@
<div class="feed" :loop="$page.contentSections().slice(1)">
<div id="$loop.it.id">
<span :text="$loop.it.id.parseDate().format('January 02, 2006')"></span>
<h2><a href="$loop.it.id.prefix('#')" :html="$loop.it.heading()"></a></h2>
<h2><a href="$loop.it.id.prefix('#')">
[<ctx :text="$loop.idx.div(-1).plus($loop.len).plus(1)"></ctx>]
<ctx :html="$loop.it.heading()"></ctx>
</a></h2>
<ctx :html="$loop.it.htmlNoHeading()"></ctx>
</div>
</div>
</body>
</body>