Skip to content

Commit

Permalink
Merge pull request #85 from windsonsea/fiximage
Browse files Browse the repository at this point in the history
Fix the footer image on home page
  • Loading branch information
Iceber authored Jan 24, 2024
2 parents 565829c + 59e44a6 commit 5a6e934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ <h1> Support complex search </h1>
{{< blocks/lead color="300" >}}
<b>Clusterpedia is a <a href="https://www.cncf.io">Cloud Native Computing Foundation</a> sandbox project</b> <br />
<br />
<img src="https://landscape.cncf.io/images/right-logo.svg" class="home-cloudnative-logo"/>
<img src="https://landscape.cncf.io/images/cncf-landscape-horizontal-color.svg" class="home-cloudnative-logo"/>
{{% /blocks/lead %}}
2 changes: 1 addition & 1 deletion content/zh/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ <h1> 强大的检索条件支持 </h1>
{{< blocks/lead color="300" >}}
<b>Clusterpedia is a <a href="https://www.cncf.io">Cloud Native Computing Foundation</a> sandbox project</b> <br />
<br />
<img src="https://landscape.cncf.io/images/right-logo.svg" class="home-cloudnative-logo" />
<img src="https://landscape.cncf.io/images/cncf-landscape-horizontal-color.svg" class="home-cloudnative-logo" />
{{% /blocks/lead %}}

0 comments on commit 5a6e934

Please sign in to comment.