提交 86c12340 编写于 作者: C codecalm

random number fix

上级 7c0cf186
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册