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

{{ post.title | markdownify | remove: "

" | remove: "

" }}

+

{{ post.title }}

{% else %} -

{{ post.title | markdownify | remove: "

" | remove: "

" }}

- {% if post.excerpt %}

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

{% endif %} +

{{ post.title }}

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

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

{% endif %}
\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index afbb02e6..f91d37ea 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,14 +12,14 @@ layout: default
{% if page.link %} -

{{ page.title }}

+

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% else %} -

{{ page.title }}

+

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% endif %}
- {{ content }} + {{ content }}