From 54f9ceeeee4e9964b9e6349f48cc2a242e804ce7 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 16 May 2026 23:11:22 +0200 Subject: [PATCH] =?UTF-8?q?Use=20=E2=80=A2=20for=20html=20title=20separato?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_partials/docs/html-head-title.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_partials/docs/html-head-title.html b/layouts/_partials/docs/html-head-title.html index 715bef0..3a8aefa 100644 --- a/layouts/_partials/docs/html-head-title.html +++ b/layouts/_partials/docs/html-head-title.html @@ -1 +1 @@ -{{ with partial "docs/title" . }}{{ . }} | {{ end }}{{ .Site.Title -}} +{{ with partial "docs/title" . }}{{ . }} • {{ end }}{{ .Site.Title -}}