移除 page.note (#332)

This commit is contained in:
neveler
2025-11-16 10:27:00 +08:00
committed by GitHub
parent 6cb4f1b80d
commit b624dd5b62
5 changed files with 16 additions and 7 deletions
-4
View File
@@ -8,10 +8,6 @@ layout: single
<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 }}