summaryrefslogtreecommitdiffstats
path: root/indieweb-micro/themes/MinIndie/layouts/partials/article-related.html
blob: 5a6fe50499f476e5edec1079a7377af379b724ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{ $related := .Site.RegularPages.Related . | first 5 }} {{ with $related }}
<div class="noprint">
  <h2>Releated Posts</h2>
  <ul>
    {{ range . }}
    <li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
    {{ end }}
  </ul>
</div>
{{ end }}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage