We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3a2f3 commit 40d68ccCopy full SHA for 40d68cc
docs/index.md
@@ -53,7 +53,7 @@ Our aim is to improve performance and cost by predicting dynamics and lifetime,
53
54
{% assign posts = site.posts -%}
55
{% for post in posts %}
56
-{% if forloop.index < 10 %}
+{% if forloop.index < 8 %}
57
<div class="post">
58
<h6 class="sm-bottom-margin"><span class="post-title">{{ post.title }}</span> <span class="post-info">{{ post.date | date: "%-d %B %Y" }}</span></h6>
59
{% if post.image %}<img class="post-thumbnail" src="{{ site.baseurl }}/img/{{ post.image }}"{% if post.image-credit %} title="Image credit: {{ post.image-credit }}"{% endif %}>{% endif %}
0 commit comments