modify see-also heading text

This commit is contained in:
Ray Elliott 2020-02-18 17:44:24 +00:00
parent 9908b8d2ed
commit 7e4eec5008
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
{{ $name := . | urlize }}
{{ $series := index $.Site.Taxonomies.series $name }}
{{ if gt (len $series.Pages) 1 }}
<h3>See also in {{ . }}</h3>
<h3>More {{ . }} Articles</h3>
<nav>
<ul>
<ul class="see-also-list">
{{ $maxItems := $.Site.Params.maxSeeAlsoItems | default 5 }}
{{ range first (add $maxItems 1) $series.Pages }}
{{ if ne .RelPermalink $currentPageUrl }}