From d5dc142230118524ef5657575fc90f3337b2f307 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 22 Jan 2023 21:41:17 +0300 Subject: [PATCH] change title --- themes/papercut/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/papercut/layouts/partials/head.html b/themes/papercut/layouts/partials/head.html index b81c0a4..562aa3d 100644 --- a/themes/papercut/layouts/partials/head.html +++ b/themes/papercut/layouts/partials/head.html @@ -3,7 +3,7 @@ - {{ $title := print .Site.Title " | " .Title }} + {{ $title := print .Title " | " .Site.Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }}