add titleless posts and a menu in the footer

This commit is contained in:
Pat Dryburgh
2018-08-12 09:55:37 -07:00
parent 11adcb038a
commit ed34b49645
13 changed files with 104 additions and 77 deletions

View File

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