1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-23 05:51:42 +04:00

changelog update

This commit is contained in:
codecalm
2022-02-26 19:15:02 +01:00
parent c0ee408143
commit aa5a61928e
+4 -4
View File
@@ -6,10 +6,10 @@ layout: docs
{% for version in site.data.changelog reversed %}
<div class="mb-4">
<div class="mb-2">
<span class="badge bg-blue-lt">{{ version.version }}</span>
<span class="text-muted">{{ version.date | date: '%B %d, %Y' }}</span>
</div>
<h2 class="mb-2">
<span>{{ version.version }}</span>
<small>{{ version.date | date: '%B %d, %Y' }}</small>
</h2>
{% if version.description %}
<p class="strong">{{ version.description }}</p>