improve layout

This commit is contained in:
Pat Dryburgh
2018-08-25 10:31:29 -07:00
parent 65f1e7d262
commit 00a6f6d883
9 changed files with 28 additions and 9 deletions

View File

@ -10,11 +10,11 @@ layout: default
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
{% unless page.title == "" %}
{% if page.title != "" %}
<h1 class="post-title divided p-name" itemprop="name headline">
{{ page.title }}
</h1>
{% endunless %}
{% endif %}
<div class="post-content e-content" itemprop="articleBody">
{{ content }}