Created
February 15, 2021 01:56
-
-
Save msarit/b34e85337dd65438fe09b88afbafbb7b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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