mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
8 lines
167 B
HTML
8 lines
167 B
HTML
{% assign apps = site.apps | sample:4 %}
|
|
|
|
<ul>
|
|
{% for app in apps %}
|
|
<li><a href="{{ app.url }}">{{ app.title }}</a> - {{ app.description }}</li>
|
|
{% endfor %}
|
|
</ul>
|