mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
build time increase
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{% for person in site.data.people limit: 3 %}
|
||||
<div class="d-flex{% unless forloop.last %} mb-5{% endunless %}">
|
||||
<div class="mr-4">
|
||||
{% include ui/avatar.html person=person status="green" %}
|
||||
{% include_cached ui/avatar.html person=person status="green" %}
|
||||
</div>
|
||||
<div class="flex-fill">
|
||||
<div class="d-flex mt-n1">
|
||||
|
||||
Reference in New Issue
Block a user