We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<p>...</p>
1 parent 0a70c93 commit 54f250dCopy full SHA for 54f250d
1 file changed
_layouts/01_section.html
@@ -22,7 +22,7 @@ <h3 class='space-bottom2 big'>{{ page.title }}</h3>
22
<a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br>
23
<span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span>
24
<div class='col12 space-bottom2'>
25
- <p> {{ post.excerpt }}</p>
+ {{ post.excerpt }}
26
<a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a>
27
</div>
28
<div class='col12 space-bottom4 '>
0 commit comments