diff --git a/_layouts/simple-content.html b/_layouts/simple-content.html index 92f017a..b091bd6 100644 --- a/_layouts/simple-content.html +++ b/_layouts/simple-content.html @@ -15,11 +15,17 @@
' | remove: '
' }} + {% else %} + {{ page.title }} + {% endif %} + {% endif %} {% if page.description %}- {{ page.description | markdownify }} + {{ page.description | markdownify | remove: '
' | remove: '
' }}