mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
update header.html (#3241)
Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
parent
b5d89e82af
commit
60236a27db
|
|
@ -3,7 +3,7 @@
|
|||
{{ if eq .Site.Language.Lang "zh"}}
|
||||
<div class="join-div">
|
||||
<div class="content">
|
||||
🚀 KubeSphere v4.1.2 发布,多项优化与改进,欢迎体验!<a href={{"/docs/v4.1/20-release-notes/release-v412/" | relLangURL }} target="_blank" rel="noopener noreferrer"> 请查看 Release notes →</a>
|
||||
🚀 KubeSphere v4.1.3 发布,多项优化与改进,欢迎体验!<a href={{"/zh/docs/v4.1/20-release-notes/release-v413/" | relLangURL }} target="_blank" rel="noopener noreferrer">请查看 Release notes →</a>
|
||||
<img id="close-join" src="/images/header/close.svg" alt="close">
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
{{ if eq .Site.Language.Lang "en"}}
|
||||
<div class="join-div">
|
||||
<div class="content">
|
||||
🚀 KubeSphere v4.1.2 with Enhancements and Bug Fixes is available now. <a href={{"https://github.com/kubesphere/kubesphere/releases/tag/v4.1.2" | relLangURL }} target="_blank" rel="noopener noreferrer">Read the release notes for v4.1.2 →</a>
|
||||
🚀 KubeSphere v4.1.3 with Enhancements and Bug Fixes is available now. <a href={{"/docs/v4.1/20-release-notes/release-v413/" | relLangURL }} target="_blank" rel="noopener noreferrer">Read the release notes →</a>
|
||||
<img id="close-join" src="/images/header/close.svg" alt="close">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue