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:
@@ -38,7 +38,10 @@
|
|||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user