From 700774092ffc0858c8339a2764799a121de000d0 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 26 Apr 2024 09:53:59 -0500 Subject: [PATCH] fix feed url on paginated taxonomy pages --- layouts/partials/archive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/archive.html b/layouts/partials/archive.html index 02d0ca1..b6d6ee0 100644 --- a/layouts/partials/archive.html +++ b/layouts/partials/archive.html @@ -6,7 +6,7 @@ {{ if .IsHome }}

{{ site.Params.indexTitle | markdownify }}

{{ else }} -

{{ .Title | markdownify }}{{ if eq .Kind "term" }}  

+

{{ .Title | markdownify }}{{ if eq .Kind "term" }}  

{{ with .Description }}{{ . }}
{{ else }}
{{ end }} {{ end }}{{ end }} {{ .Content }}