fix duplicate post title as per #54
This commit is contained in:
parent
78cffe372b
commit
8edca610b2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
{{ if .IsHome }}
|
{{ if .IsHome }}
|
||||||
{{ $.Scratch.Set "theTitle" .Site.Title }}
|
{{ $.Scratch.Set "theTitle" .Site.Title }}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{ $.Scratch.Add "theTitle" .Title}}
|
{{ $.Scratch.Set "theTitle" .Title}}
|
||||||
{{ $.Scratch.Add "theTitle" " • "}}
|
{{ $.Scratch.Add "theTitle" " • "}}
|
||||||
{{ $.Scratch.Add "theTitle" .Site.Title}}
|
{{ $.Scratch.Add "theTitle" .Site.Title}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue