diff --git a/archetypes/friends.md b/archetypes/friends.md index 6dbab9f0..11eeb934 100644 --- a/archetypes/friends.md +++ b/archetypes/friends.md @@ -3,7 +3,7 @@ title: "{{ replace .TranslationBaseName "-" " " | title }}" subtitle: "" type: "friends" date: {{ .Date }} -description: "Friends of {{ .Site.Author.name }}" +description: "{{ .Site.Author.name }}'s friends" keywords: - Hugo - friends tempalate @@ -14,6 +14,7 @@ comment: false --- ## Base info + ```yaml - nickname: Lruihao avatar: https://lruihao.cn/images/avatar.jpg @@ -22,6 +23,9 @@ comment: false ``` ## Friendly Reminder -> 1. If you want to exchange link, please leave a comment in the above format. (personal non-commercial blogs / websites only) -> 2. Warn: Website failure, stop maintenance and improper content may be cancelled! -> 3. Those websites that do not respect other people's labor achievements, reprint without source, or malicious acts, please do not come to exchange. + +{{< admonition info "Notice" true >}} +1. If you want to exchange link, please leave a comment in the above format. (personal non-commercial blogs / websites only) +2. Warn: Website failure, stop maintenance and improper content may be cancelled! +3. Those websites that do not respect other people's labor achievements, reprint without source, or malicious acts, please do not come to exchange. +{{< /admonition >}} diff --git a/exampleSite/content/friends/index.en.md b/exampleSite/content/friends/index.en.md index 36f16f8a..1e0ef9ea 100644 --- a/exampleSite/content/friends/index.en.md +++ b/exampleSite/content/friends/index.en.md @@ -2,6 +2,7 @@ title: "Friends" subtitle: This is just a demo website, no links exchange ~ type: "friends" +description: "Friends tempalate demo of Hugo theme FixIt" keywords: - Hugo - friends tempalate @@ -10,6 +11,7 @@ comment: false --- ## Base info + ```yaml - nickname: Lruihao avatar: https://lruihao.cn/images/avatar.jpg @@ -18,6 +20,9 @@ comment: false ``` ## Friendly Reminder -> 1. If you want to exchange link, please leave a comment in the above format. (personal non-commercial blogs / websites only) -> 2. Warn: Website failure, stop maintenance and improper content may be cancelled! -> 3. Those websites that do not respect other people's labor achievements, reprint without source, or malicious acts, please do not come to exchange. + +{{< admonition info "Notice" true >}} +1. If you want to exchange link, please leave a comment in the above format. (personal non-commercial blogs / websites only) +2. Warn: Website failure, stop maintenance and improper content may be cancelled! +3. Those websites that do not respect other people's labor achievements, reprint without source, or malicious acts, please do not come to exchange. +{{< /admonition >}} diff --git a/exampleSite/content/friends/index.zh-cn.md b/exampleSite/content/friends/index.zh-cn.md index 5b8eec0a..54ab9728 100644 --- a/exampleSite/content/friends/index.zh-cn.md +++ b/exampleSite/content/friends/index.zh-cn.md @@ -2,6 +2,7 @@ title: "友情链接" subtitle: 这只是一个演示网站,不进行友链交换哦 ~ type: "friends" +description: "Hugo FixIt 主题的友链模板 Demo" keywords: - Hugo - friends tempalate @@ -9,6 +10,7 @@ comment: false --- ## 基本信息 + ```yaml - nickname: 菠菜眾長 avatar: https://lruihao.cn/images/avatar.jpg @@ -17,6 +19,9 @@ comment: false ``` ## 友情提醒 -> 1. 互换友链请按以上格式在评论留言。(仅限个人非商业博客/网站) -> 2. 提醒:网站失效、停止维护、内容不当都可能被取消连接! -> 3. 那些不尊重他人劳动成果,转载不加出处的,或恶意行为的网站,还请您不要来进行交换了。 + +{{< admonition info "Notice" true >}} +1. 互换友链请按以上格式在评论留言。(仅限个人非商业博客/网站) +2. 提醒:网站失效、停止维护、内容不当都可能被取消连接! +3. 那些不尊重他人劳动成果,转载不加出处的,或恶意行为的网站,还请您不要来进行交换了。 +{{< /admonition >}}