mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-10-16 04:34:25 +08:00
15 lines
331 B
HTML
15 lines
331 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 %}
|
|
|
|
{% if page.note %}
|
|
<p class="notice--info">{{ page.note | escape_once }}</p>
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
|