Skip to content

Commit a3d26c0

Browse files
committed
minor #893 removed md2html from summary on blog index template (hapheus)
This PR was merged into the master branch. Discussion ---------- removed md2html from summary on blog index template The description says that neither HTML nor Markdown is allowed. This is also the only place where markdown is interpreted on the summary. Commits ------- 987401d removed md2html from summary on blog index template
2 parents ff45fe2 + 987401d commit a3d26c0

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)