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 %}
|
{% for version in site.data.changelog reversed %}
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<div class="mb-2">
|
<h2 class="mb-2">
|
||||||
<span class="badge bg-blue-lt">{{ version.version }}</span> –
|
<span>{{ version.version }}</span> –
|
||||||
<span class="text-muted">{{ version.date | date: '%B %d, %Y' }}</span>
|
<small>{{ version.date | date: '%B %d, %Y' }}</small>
|
||||||
</div>
|
</h2>
|
||||||
|
|
||||||
{% if version.description %}
|
{% if version.description %}
|
||||||
<p class="strong">{{ version.description }}</p>
|
<p class="strong">{{ version.description }}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user