Insert number of entries for microblog
All checks were successful
Build OCI Image / docker (push) Successful in 36s
All checks were successful
Build OCI Image / docker (push) Successful in 36s
This commit is contained in:
parent
6f82a0f72b
commit
7694a53afd
@ -38,8 +38,11 @@
|
|||||||
<div class="feed" :loop="$page.contentSections().slice(1)">
|
<div class="feed" :loop="$page.contentSections().slice(1)">
|
||||||
<div id="$loop.it.id">
|
<div id="$loop.it.id">
|
||||||
<span :text="$loop.it.id.parseDate().format('January 02, 2006')"></span>
|
<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>
|
<ctx :html="$loop.it.htmlNoHeading()"></ctx>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user