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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>