diff --git a/_includes/post-single.html b/_includes/post-single.html index 37390567..3b4032bb 100644 --- a/_includes/post-single.html +++ b/_includes/post-single.html @@ -1,8 +1,8 @@
{% if post.link %} -

{{ post.title }}

+

{% if post.id %}{{ post.title | markdownify | remove: "

" | remove: "

" }}{% else %}{{ post.title }}{% endif %}

{% else %} -

{{ post.title }}

+

{% if post.id %}{{ post.title | markdownify | remove: "

" | remove: "

" }}{% else %}{{ post.title }}{% endif %}

{% endif %} {% if post.excerpt %}

{{ post.excerpt | markdownify | strip_html | truncate: 160 }}

{% endif %}
\ No newline at end of file