mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-09-15 09:31:11 +08:00
This commit is contained in:
@@ -5,7 +5,7 @@ layout: document
|
||||
{{ content }}
|
||||
|
||||
{% assign channel = page.channel | default: 'stable' %}
|
||||
{% assign changelogs = site.changelogs | where: "channel", channel | reverse %}
|
||||
{% assign changelogs = site.changelogs | where: "channel", channel | version_sort: "slug" | reverse %}
|
||||
{% for item in changelogs %}
|
||||
{% assign version = item.slug %}
|
||||
<h1 id="{% if forloop.index == 1 %}nowchange{% else %}HMCL-{{ version }}{% endif %}" data-version="{{ version }}">HMCL {{ version }}</h1>
|
||||
|
||||
Reference in New Issue
Block a user