initial commit, add Publish, add minimal theme, add content
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user