Merge pull request #88 from mochamadboval/master
Fixed double titles on homepage
This commit is contained in:
commit
9b4c7da7fc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<!-- Title -->
|
||||
<title>{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
|
||||
<title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
|
||||
<!-- Meta -->
|
||||
{{- if eq .Kind "page" }}
|
||||
<meta name="description" content="{{ .Summary }}">
|
||||
|
|
Loading…
Reference in a new issue