Skip to content

Commit

Permalink
add zh-Hans website footer with CNCF messages (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: songtao98 <[email protected]>
  • Loading branch information
songtao98 authored Jun 3, 2024
1 parent d228144 commit 02c1203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const config = {
copyright: `
<div style="font-size: 18px">
<br />
<strong>Koordinator is a <a href="https://www.cncf.io/">Cloud Native Computing Foundation</a> sandbox project.</strong>
<strong>Koordinator is a <a href="https://www.cncf.io/">Cloud Native Computing Foundation</a> sandbox project</strong>
<br />
</div>
<br />
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh-Hans/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"description": "The label of footer link with label=Blog linking to blog"
},
"copyright": {
"message": "\n <br />\n <strong>Copyright © 2022 The Koordinator Authors. All rights reserved.</strong>",
"message": "\n <div style=\"font-size: 18px\">\n <br />\n <strong>Koordinator是 <a href=\"https://www.cncf.io/\">Cloud Native Computing Foundation</a> 沙箱项目 </strong>\n <br />\n </div>\n <br />\n <img src=\"img/cncf-color.svg\" alt=\"CNCF\" width=\"auto\" height=\"100px\"/>\n <br />\n <div style=\"font-size: 14px\">\n Linux基金会® (TLF) 已注册并使用商标。如需了解Linux基金会的商标列表,请访问<a href=\"https://www.linuxfoundation.org/trademark-usage/\">商标使用</a>页面。\n <br />\n Copyright © 2024 Koordinator项目作者。保留所有权利。\n </div>\n ",
"description": "The footer copyright"
}
}

0 comments on commit 02c1203

Please sign in to comment.