From 06d45290da2e05e93c3f375ab07813b7e4127412 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 04 Aug 2020 20:00:52 +0000
Subject: [PATCH] update
---
layouts/partials/head.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index bc11afe..4f367d4 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -12,7 +12,7 @@
<meta name="msapplication-config" content='{{ absURL (printf "%sbrowserconfig.xml" $iconsPath) }}'>
<meta name="theme-color" content="#ffffff">
-<title>{{ if and .Title (ne (trim (lower .Site.Title) "") (trim (lower .Title) "")) }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
+<title>{{ if and .Title (ne (trim (lower .Site.Title) "") (trim (lower .Title) "")) }}{{ .Title }} | {{ end }}{{ .Site.Title }}</title>
{{- partial "opengraph" . }}
--
Gitblit v1.10.0