layout: page
<!– _layouts/post.html –>
<div>
{% if page.img %} <img src="{{ page.img | absolute_url }}" class="img-fluid d-block mx-auto" alt="page.img"> <hr> {% endif %} <h1>{{ page.title }}</h1> {% unless page.no-date %} <h2 class="lead text-muted">{{ page.date | date_to_string }}</h2> {% endunless %} {% include tags.html %} <hr>
</div> <div>
{{ content }} <hr>
</div>
<!– _layouts/post.html EOF–>