From 30064d6bbae43546bd4e6d2672df4d60c74c7583 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 2 Sep 2023 11:14:43 +0700 Subject: Correct title for RSS --- layouts/partials/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a9b4963..254503b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -29,7 +29,8 @@ {{ with .OutputFormats.Get "rss" -}} + href="{{.Permalink}}" title="{{ if and ($.Title) (not $.IsHome) }}{{ $fullTitle }} - {{ end }}{{ $.Site.Title }}"/> + {{ end -}} {{ range .Site.Params.relMe }} -- cgit 1.4.1