Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwcushen <54533890+wcushen@users.noreply.github.com>2022-05-02 14:41:03 +0300
committerzhaohuabing <zhaohuabing@gmail.com>2022-05-03 02:06:39 +0300
commitddb92798328a263de7b29b2d5c3e0ffa6cc32429 (patch)
treea4031c9007ed8ff576b61773a1d4218627f9d43a
parent87e01646b1a408ca58f543caf6104cf59a7a271f (diff)
Update head.html
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a285a92..489a43e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -45,7 +45,7 @@
<meta name="keyword" content="{{ .Site.Params.keyword }}">
<link rel="shortcut icon" href="{{ "img/favicon.ico" | relURL }}">
- <title>{{ if .Title }}{{ .Title }}-{{ .Site.Params.SEOTitle }}{{ else }}{{ .Site.Params.SEOTitle }}{{ end }}</title>
+ <title>{{ if .Title }}{{ .Title }} | {{ .Site.Params.SEOTitle }}{{ else }}{{ .Site.Params.SEOTitle }}{{ end }}</title>
<link rel="canonical" href="{{ .RelPermalink }}">