Skip to content

Commit

Permalink
children: remove superflous text ".LinkTitle" #939 #942
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Oct 25, 2024
1 parent ad8ee54 commit 247eccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/shortcodes/children.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{{ (printf " <%s>" $.style)|safeHTML }}{{ if .RelPermalink }}<a href="{{ partial "permalink.gotmpl" (dict "to" .) }}">{{ .LinkTitle }}</a>{{ else }}<span>{{ .LinkTitle }}</span>{{ end }}
{{- else }}
{{ (printf " <%s>" $.style)|safeHTML }}{{ if .RelPermalink }}<a href="{{ partial "permalink.gotmpl" (dict "to" .) }}">{{ .LinkTitle }}</a>{{ else }}<span>{{ .LinkTitle }}</span>{{ end }}{{ (printf "</%s>" $.style)|safeHTML }}
.LinkTitle{{- end }}
{{- end }}
{{- if $.description }}
{{- with or .Description .Summary -}}
<p>{{ . }}</p>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0+29d691632528ce9ad8cd625b3d0164bbd73c0644
7.1.0+ad8ee549a7f4d02899713ed23f4c75ad3d7a21af

0 comments on commit 247eccd

Please sign in to comment.