From 1ce090af3b6e407d5463bfd411c642982cccbd53 Mon Sep 17 00:00:00 2001 From: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:56:19 +0100 Subject: [PATCH] fix: title template to remove new lines --- layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f59e9dc8..9861f9be 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -10,8 +10,8 @@ {{ .Site.Title | emojify }} {{- else -}} - {{ .Title | emojify }} · {{ .Site.Title | emojify }} - + {{ replace .Title "<br/>" " " | emojify }} · {{ .Site.Title | emojify }} + " " " | emojify }} · {{ .Site.Title | emojify }}" /> {{- end }} {{/* Metadata */}} {{ with (.Params.Summary | default .Params.Description) | default .Site.Params.description -}}