Skip to content

Commit 987401d

Browse files
committed
removed md2html from summary on blog index template
1 parent a14804a commit 987401d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/blog/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<span class="metadata"><i class="fa fa-user"></i> {{ post.author.fullName }}</span>
1717
</p>
1818

19-
{{ post.summary|md2html }}
19+
{{ post.summary }}
2020

2121
{{ include('blog/_post_tags.html.twig') }}
2222
</article>

0 commit comments

Comments
 (0)