diff --git a/config/_default/config.toml b/config/_default/config.toml
index 2d0561775..708f398ff 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -9,6 +9,7 @@ baseURL = "https://hugo-first.netlify.app"
[params]
logo = "images/logo.svg"
+snapshot = "/images/home/53.png"
title = "KubeSphere | The Kubernetes platform tailored for hybrid multicloud"
description = "KubeSphere is a distributed operating system managing cloud native applications with Kubernetes as its kernel, and provides plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem."
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d776a7123..f70ebb05b 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,9 +7,11 @@
- {{ with .Params.snapshot }}
-
- {{ end }}
+
+
+
+
+
{{- partial "css.html" . -}}