mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
04.41.2022 45f82b635d567e57c2a5b40bd78352b64f47a3ea
layouts/partials/series.html
@@ -4,7 +4,7 @@
<h3>Posts in this Series</h3>
<ul>
  {{ range $related }}
    <li><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a></li>
    <li><a href="{{ .Page.RelPermalink }}">{{ title .Page.Title }}</a></li>
  {{ end }}
</ul>