mirror of
https://github.com/tabler/tabler.git
synced 2026-07-22 13:31:50 +04:00
activity fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% assign limit = include.limit | default: false %}
|
||||
<div class="divide-y-4">
|
||||
<div class="divide-y">
|
||||
{% for item in site.data.activity limit:limit %}
|
||||
{% assign person = site.data.people[forloop.index] %}
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user