From 9b9226ca99c35512109a0209a34473b3b4e350b7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 1 Sep 2016 23:08:39 +0300 Subject: [PATCH] Use "|" for title separator instead of ndash A survey of a handful of websites shows that this is a more common separator of article and site title than the ndash. --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f3c8372..953d3fd 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,4 +1,4 @@ -{{ define "title" }}{{ .Title }} – {{ .Site.Title }}{{ end }} +{{ define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end }} {{ define "main" }}

{{ .Title }}