Skip to content

Instantly share code, notes, and snippets.

@msarit
Created February 15, 2021 01:56
Show Gist options
  • Save msarit/b34e85337dd65438fe09b88afbafbb7b to your computer and use it in GitHub Desktop.
Save msarit/b34e85337dd65438fe09b88afbafbb7b to your computer and use it in GitHub Desktop.
<h2>Latest Posts</h2>
<ul>
{% for post in site.posts %}
<li>
<h3>
<a href="{{ post.url }}">
{{ post.title }}
</a>
</h3>
<p>
{{ post.intro }}
</p>
</li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment