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 045c964 commit 076783cCopy full SHA for 076783c
index.html
@@ -49,7 +49,7 @@ <h2 class="heading__01">NEWS</h2>
49
</div>
50
<div class="container">
51
<div class="row post-list">
52
- {% for news in site.news %}
+ {% for news in site.news limit:4 %}
53
{% if news.layout == "archive" %}
54
{% else %}
55
<div class="col-6">
@@ -72,6 +72,9 @@ <h3 class="post-list__title">{{ news.j-title }}</h3>
72
{% endif %}
73
{% endfor %}
74
75
+ <div class="text-center">
76
+ <a class="btn btn__white btn__xxl" href="/news/" role="button">New一覧へ</a>
77
+ </div>
78
79
</section>
80
<section id="access" class="access pb-5">
0 commit comments