Remove redundant <p> tag
This commit is contained in:
parent
f4df8d0d1d
commit
4fd68a25ff
@ -13,7 +13,7 @@
|
||||
{% macro print_article(page, author=true) %}
|
||||
<article data-title="{{ page.title | lower }}">
|
||||
<h2><a href="{{ page.permalink }}">{{ page.title }}</a></h2>
|
||||
<p>{{ page.summary | safe }}</p>
|
||||
{{ page.summary | safe }}
|
||||
{{ self::page_info(page=page, author=author) }}
|
||||
</article>
|
||||
{% endmacro %}
|
||||
|
Loading…
Reference in New Issue
Block a user