From 247eccdb65124b647e1d5230eed200683bab93f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 25 Oct 2024 08:33:13 +0200 Subject: [PATCH] children: remove superflous text ".LinkTitle" #939 #942 --- layouts/partials/shortcodes/children.html | 2 +- layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/shortcodes/children.html b/layouts/partials/shortcodes/children.html index ac11f5c112..9244816b5c 100644 --- a/layouts/partials/shortcodes/children.html +++ b/layouts/partials/shortcodes/children.html @@ -40,7 +40,7 @@ {{ (printf " <%s>" $.style)|safeHTML }}{{ if .RelPermalink }}{{ .LinkTitle }}{{ else }}{{ .LinkTitle }}{{ end }} {{- else }} {{ (printf " <%s>" $.style)|safeHTML }}{{ if .RelPermalink }}{{ .LinkTitle }}{{ else }}{{ .LinkTitle }}{{ end }}{{ (printf "" $.style)|safeHTML }} -.LinkTitle{{- end }} + {{- end }} {{- if $.description }} {{- with or .Description .Summary -}}

{{ . }}

diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 516eeac7d6..4bd047c294 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.1.0+29d691632528ce9ad8cd625b3d0164bbd73c0644 \ No newline at end of file +7.1.0+ad8ee549a7f4d02899713ed23f4c75ad3d7a21af \ No newline at end of file