Skip to content

Commit

Permalink
Update related.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Dec 20, 2024
1 parent 7234e01 commit 97b4ef5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/en/content-management/related.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ To list up to 5 related pages (which share the same _date_ or _keyword_ paramete
{{< code file=layouts/partials/related.html >}}
{{ $related := .Site.RegularPages.Related . | first 5 }}
{{ with $related }}
<h3>See Also</h3>
<ul>
{{ range . }}
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
{{ end }}
</ul>
<h3>See Also</h3>
<ul>
{{ range . }}
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
{{ end }}
</ul>
{{ end }}
{{< /code >}}

Expand Down

0 comments on commit 97b4ef5

Please sign in to comment.