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