make things a lot prettier

This commit is contained in:
Pat Dryburgh
2019-04-15 00:30:16 -04:00
parent bdc62b06a9
commit f9e1f20440
6 changed files with 29 additions and 16 deletions

View File

@ -8,6 +8,7 @@ layout: default
{% include back-link.html %}
{% else %}
<header class="site-masthead">
{% include menu.html %}
{% if site.title %}
<h1>
{{ site.title }}
@ -18,7 +19,6 @@ layout: default
{{ site.description }}
</h2>
{% endif %}
{% include menu.html %}
</header>
{% endif %}