diff --git a/themes/hugo-cactus-dark/layouts/partials/head.html b/themes/hugo-cactus-dark/layouts/partials/head.html
index b79b443ff16..760dc2674e8 100644
--- a/themes/hugo-cactus-dark/layouts/partials/head.html
+++ b/themes/hugo-cactus-dark/layouts/partials/head.html
@@ -1,73 +1,63 @@
-
-
- {{ .Hugo.Generator }}
-
-
-
-
-
-
-
-
- {{ if .Site.Params.enableTwitterCard }}
- {{ partial "twitter-cards.html" . }}
- {{ end }}
-
- {{ with .Site.Params.author }}{{ end }}
-
- {{ if .Keywords }}
-
- {{else}}
-
- {{ end }}
-
-
-
-
-
-
+
- {{ if .IsHome }} Hello Alili | 前端大爆炸! - WEB BANG! BANG!! BANG!!!{{ else }}{{ .Title }} | 前端大爆炸! - WEB BANG! BANG!! BANG!!!{{ end }}
-
-
-
-
-
-
-
-
+
+ {{ .Hugo.Generator }}
+
+
+
+
+
+
+
+
+ {{ if .Site.Params.enableTwitterCard }}
+ {{ partial "twitter-cards.html" . }}
+ {{ end }}
-
-
-
+ {{ with .Site.Params.author }}
+ {{ end }}
+
+ {{ if .Keywords }}
+
+ {{else}}
+
+ {{ end }}
+
+
+
+
+
+
- {{ if .Site.Params.enableRSS }}
-
- {{ end }}
+ {{ if .IsHome }} Hello Alili | 前端大爆炸! - WEB BANG! BANG!! BANG!!!{{ else }}{{ .Title }} | 前端大爆炸! - WEB BANG!
+ BANG!! BANG!!!{{ end }}
+
+
+
+
+
+
- {{ range .Site.Params.customCSS }}
-
- {{ end }}
-
-
-
-
-
+ {{ if .Site.Params.enableRSS }}
+
+ {{ end }}
+
+ {{ range .Site.Params.customCSS }}
+
+ {{ end }}
+
+
+
+
\ No newline at end of file