{% if page.title %}{% endif %} {% if page.excerpt %}{% endif %} {% if page.date %}{% endif %} {% if page.modified %}{% endif %} {% if page.title %}{{ page.title | markdownify | remove: "" | remove: "" }}{% endif %} {% if page.date %} {{ page.date | date: "%B %d, %Y" }} {% endif %} {{ content }} {% if page.share %}{% include social-share.html %}{% endif %} {% if site.comments and page.comments != false %} {% include comments.html %} {% endif %}