mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-23 11:57:35 +08:00
set sample size to 9 apps
This commit is contained in:
@@ -42,7 +42,7 @@ layout: default
|
||||
</p>
|
||||
|
||||
<div class="d-md-flex flex-wrap gutter flex-auto">
|
||||
{% for app in site.apps limit:6 %}
|
||||
{% for app in site.apps limit:9 %}
|
||||
<div class="col-lg-4 col-md-6 mb-3 mt-3">
|
||||
<a href="{{ app.url }}" class="d-flex flex-column bg-white rounded-1 box-shadow border text-inherit no-underline" style="height:100%">
|
||||
<h3 class="h4 px-3 pt-3">{{ app.title }}</h3>
|
||||
|
||||
Reference in New Issue
Block a user