mirror of
https://github.com/tabler/tabler.git
synced 2026-07-23 05:51:42 +04:00
changelog update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user