Remove extra paragraph tags (#8063)

Merge pull request 8063
This commit is contained in:
Kieran Barker
2020-03-20 10:40:17 +00:00
committed by GitHub
parent 0683ab143e
commit 1fe5bd0cf5

View File

@@ -76,7 +76,7 @@ title: Blog
{% for post in site.posts %}
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
<p>{{ post.excerpt }}</p>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>