1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 07:54:38 +04:00

homepage fixes

This commit is contained in:
codecalm
2020-02-08 00:04:46 +01:00
parent 5c738dc5a9
commit 019037c65a
8 changed files with 84 additions and 25 deletions
@@ -15,6 +15,7 @@
</thead>
{% for page in site.data.pages %}
{% assign data = page.data | join: ',' %}
<tr>
<td>
{{ page.uri }}
@@ -24,7 +25,7 @@
<td class="text-muted">{{ page.unique | format_number }}</td>
<td class="text-muted">{{ page.bounce-rate }}</td>
<td class="text-right">
{% include ui/sparkline.html type="line" data="4,3,6,5,4,5,4,6,7,6,5,7,8,7,8,9,8,9,10" %}
{% include ui/sparkline.html type="line" data=data %}
</td>
</tr>
{% endfor %}