diff --git a/src/pages/changelog.html b/src/pages/changelog.html index 46cf1f3f7..e330bd81f 100644 --- a/src/pages/changelog.html +++ b/src/pages/changelog.html @@ -6,10 +6,10 @@ layout: docs {% for version in site.data.changelog reversed %}
-
- {{ version.version }} – - {{ version.date | date: '%B %d, %Y' }} -
+

+ {{ version.version }} – + {{ version.date | date: '%B %d, %Y' }} +

{% if version.description %}

{{ version.description }}