more case consistency in aside

This commit is contained in:
John Bowdre 2024-07-23 21:00:16 -05:00
parent c621cf2952
commit 258d5fb36b

View file

@ -1,7 +1,7 @@
{{ if .Params.description }}<p>{{ .Params.description }}</p><hr>{{ end }}
{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) }}
<p>
<h3>On this page</h3>
<h3>on this page</h3>
{{ .TableOfContents }}
<hr>
</p>
@ -11,7 +11,7 @@
{{$related := where .Site.RegularPages ".Params.categories" "eq" .Params.categories }}
{{- $relatedLimit := default 8 .Site.Params.numberOfRelatedPosts }}
{{ if eq .Params.categories "slashes" }}
<h3>More /slashes</h3>
<h3>more /slashes</h3>
{{ $sortedPosts := sort $related "Title" }}
<ul>
{{- range $sortedPosts }}