更新布局 document (#282)
continuous-integration/drone/push Build is passing

This commit is contained in:
neveler
2025-10-14 18:29:25 +08:00
committed by GitHub
parent 7698e29960
commit 6d181aa660
40 changed files with 37 additions and 64 deletions
+7 -4
View File
@@ -6,9 +6,12 @@ layout: single
<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 %}
<div class="notice--info">
<p>本文由 {{ page.author | default: '未署名用户' }} 创建{% if page.contributors %},并由 {{ page.contributors | join: ' ' }} 编辑{% endif %}。</p>
{%- if page.note -%}
<hr>
{{ page.note | markdownify }}
{%- endif -%}
</div>
{{ content }}