更新文档

This commit is contained in:
SuperManito
2024-10-12 19:23:08 +08:00
parent faade5827b
commit f061144be1
6 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
{% if page.meta.comments %}
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
{% if page.meta.comments_description %}
<blockquote>{{ page.meta.comments_description }}</blockquote>
{% endif %}
<script src="https://giscus.app/client.js"
data-repo="SuperManito/LinuxMirrors"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMzI2Nzg5NzI="
@@ -9,7 +12,7 @@
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
data-loading="lazy"