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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGokmen Gorgen <gkmngrgn@gmail.com>2018-07-08 15:55:05 +0300
committerGokmen Gorgen <gkmngrgn@gmail.com>2018-07-08 15:55:05 +0300
commitde4705083c905de4d3b4fdeaa6301b6df121ae1e (patch)
treedec9b41fd3f38cc12ba575f3ad5a1e6bfcbd65e1 /layouts
parent53334ca67769e7460b471a7bfe94b034bf47b447 (diff)
fix title duplicate error.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index f053867..6c2cf9a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <title>{{ block "title" . }}{{ .Site.Title }} - {{ .Title }}{{ end }}</title>
+ <title>{{ block "title" . }}{{ .Title }}{{ end }}</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="referrer" content="no-referrer">