mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-12-02 02:52:40 +08:00
14 lines
439 B
HTML
14 lines
439 B
HTML
---
|
|
layout: single
|
|
---
|
|
|
|
{% if jekyll.environment == 'production' and page.hits %}
|
|
<img src="https://hits.zkitefly.eu.org/?tag={{ page.url | absolute_url | url_encode }}" alt="Hits" decoding="async">
|
|
{% endif %}
|
|
|
|
<div class="notice--info">
|
|
<p>本文由 {{ page.author | default: '未署名用户' }} 创建{% if page.contributors %},并由 {{ page.contributors | join: ' ' }} 编辑{% endif %}。</p>
|
|
</div>
|
|
|
|
{{ content }}
|