diff --git a/assets/css/_common/scaffolding/tags/note.scss b/assets/css/_common/scaffolding/tags/note.scss
index 877e097..f22fef4 100644
--- a/assets/css/_common/scaffolding/tags/note.scss
+++ b/assets/css/_common/scaffolding/tags/note.scss
@@ -1,7 +1,7 @@
//@use 'sass:map';
@if $note_style != 'disabled' {
- .post-body .note {
+ .main .note {
$note-icons : $note_icons;
$note-style : $note_style;
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 9c0c8e1..e832f90 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -87,7 +87,8 @@ outputFormats:
outputs:
home: ["HTML", "RSS", "LocalIndexes"]
-# 输入
+# 输出 robots 文件支持爬虫扫描
+# Enable robots with support crawler scan
enableRobotsTXT: true
#--------------------------------------
diff --git a/exampleSite/content/flinks.md b/exampleSite/content/flinks.md
index d90beb4..525f67e 100644
--- a/exampleSite/content/flinks.md
+++ b/exampleSite/content/flinks.md
@@ -6,7 +6,11 @@ url: flinks.html
如想要交换友情链接,请在评论区留下你的站点信息,格式参考如下:
-> **名称:** NexT 主题
-> **说明:** 保持简单的易用性和强大的功能。
-> **站标:** https://hugo-next.eu.org/imgs/hugo_next_avatar.png
-> **网址:** https://hugo-next.eu.org
\ No newline at end of file
+{{< note success no-icon >}}
+
+ **名称:** NexT 主题
+ **说明:** 保持简单的易用性和强大的功能。
+ **站标:** https://hugo-next.eu.org/imgs/hugo_next_avatar.png
+ **网址:** https://hugo-next.eu.org
+
+{{< /note >}}
\ No newline at end of file