mirror of
https://github.com/playit-cloud/support-docs.git
synced 2025-05-12 18:32:48 +00:00
9 lines
207 B
HTML
9 lines
207 B
HTML
{{ $related := .Site.RegularPages.Related . | first 5 }}
|
|
{{ with $related }}
|
|
<h3>Similar articles:</h3>
|
|
<ul>
|
|
{{ range . }}
|
|
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
|
{{ end }}
|
|
</ul>
|
|
{{ end }} |