mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
random number fix
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<div>{{ site.time | date: "%s" | minus: time_offset | to_pretty_time }}</div>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{% assign circle-percentage = forloop.index | random_number: 0, 100, 70 %}
|
||||
{% assign circle-percentage = forloop.index | random_number: 0, 100 %}
|
||||
<div class="mx-auto chart-circle chart-circle-xs" data-value="{{ circle-percentage | divide: 100 }}" data-thickness="3" data-color="blue">
|
||||
<div class="chart-circle-value">{{ circle-percentage }}%</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user