layout: default
{% if page.featured_title %} <div class=“wrapper”>
<h1 class="post-title text-center">{{ page.title }}</h1> <p class="text-center"><time datetime="{{ page.date | date_to_xmlschema }}" class="page-date">{{ page.date | date_to_string }}</time></p>
</div> {% endif %} {% if page.featured_image %} <div class=“post-header featured_image” style=“
background-image:url({{ page.featured_image }}); {% if page.featured_parallax %}background-attachment: scroll;{% endif %} "></div>
{% endif %} {% if page.featured_title == false or page.featured_title == nil %} <div class=“wrapper”>
<h1 class="post-title text-center">{{ page.title }}</h1> <p class="text-center"><time datetime="{{ page.date | date_to_xmlschema }}" class="page-date">{{ page.date | date_to_string }}</time></p>
</div> {% endif %} <article class=“post wrapper”>
{% include recommend.html %} {{ content }}
</article> <div class=“post-footer wrapper”> {% include sharing.html %} {% include comment.html %} </div>