Hey Juha!

With eleventy, you could do something like this:

{% for post in posts limit:10 %}
  

{{ post.data.title }}

...

{{ (welcomments[post.fileSlug] | objectValues).size }} comments

{% endfor %}

I’ll incorporate a nice way to do this into all of the templates eventually :-)

GitHub-flavored Markdown & a sane subset of HTML is supported.