Files
felixfoertsch.de/Content/Archive/220123-ff.de v10 felixfoertsch.github.io/_includes/related_posts.html
T

12 lines
259 B
HTML

<section>
<h2>Related Posts</h2>
<ul>
{% for post in site.related_posts limit:3 %}
<li>
<a href="{{ post.url | relative_url }}"> {{ post.title }}</a>
{% include date-badges.html %}
</li>
{% endfor %}
</ul>
</section>