Skip to content

Commit 54f250d

Browse files
committed
remove bogus <p>...</p>
1 parent 0a70c93 commit 54f250d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/01_section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h3 class='space-bottom2 big'>{{ page.title }}</h3>
2222
<a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br>
2323
<span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span>
2424
<div class='col12 space-bottom2'>
25-
<p> {{ post.excerpt }}</p>
25+
{{ post.excerpt }}
2626
<a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a>
2727
</div>
2828
<div class='col12 space-bottom4 '>

0 commit comments

Comments
 (0)