parent
0683ab143e
commit
1fe5bd0cf5
|
@ -76,7 +76,7 @@ title: Blog
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<li>
|
<li>
|
||||||
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
|
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
|
||||||
<p>{{ post.excerpt }}</p>
|
{{ post.excerpt }}
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue